Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NotFoundUser error = errors.New("[kmgJpush] user not exist")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { IsIosProduct bool Platform SystemPlatform IsActive bool // contains filtered or unexported fields }
func NewClient ¶
func NewClient(req NewClientRequest) *Client
func (*Client) EasyPush ¶
func (c *Client) EasyPush(config *JpushConfig) (err error)
type NewClientRequest ¶
type SystemPlatform ¶
type SystemPlatform string
const ( Android SystemPlatform = "Android" IOS SystemPlatform = "iOS" AllPlatform SystemPlatform = "AllPlatform" )
Click to show internal directories.
Click to hide internal directories.