Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IOSBroadcast ¶
type IOSBroadcast struct {
*u_push.IOSNotification
}
func NewIOSBroadcast ¶
func NewIOSBroadcast(appkey, appMasterSecret string) IOSBroadcast
type IOSCustomizedcast ¶
type IOSCustomizedcast struct {
*u_push.IOSNotification
}
func NewIOSCustomizedcast ¶
func NewIOSCustomizedcast(appkey, appMasterSecret string) IOSCustomizedcast
func (*IOSCustomizedcast) SetAlias ¶
func (t *IOSCustomizedcast) SetAlias(alias, aliasType string)
func (*IOSCustomizedcast) SetFileId ¶
func (t *IOSCustomizedcast) SetFileId(fileId, aliasType string)
type IOSFilecast ¶
type IOSFilecast struct {
*u_push.IOSNotification
}
func NewIOSFilecast ¶
func NewIOSFilecast(appkey, appMasterSecret string) IOSFilecast
func (*IOSFilecast) SetFileId ¶
func (t *IOSFilecast) SetFileId(fileId string)
type IOSGroupcast ¶
type IOSGroupcast struct {
*u_push.IOSNotification
}
func NewIOSGroupcast ¶
func NewIOSGroupcast(appkey, appMasterSecret string) IOSGroupcast
func (*IOSGroupcast) SetFilter ¶
func (t *IOSGroupcast) SetFilter(filter json.RawMessage)
type IOSUnicast ¶
type IOSUnicast struct {
*u_push.IOSNotification
}
func NewIOSUnicast ¶
func NewIOSUnicast(appkey, appMasterSecret string) IOSUnicast
func (*IOSUnicast) SetDeviceToken ¶
func (t *IOSUnicast) SetDeviceToken(token string)
Click to show internal directories.
Click to hide internal directories.