Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AndroidBroadcast ¶
type AndroidBroadcast struct {
*u_push.AndroidNotification
}
func NewAndroidBroadcast ¶
func NewAndroidBroadcast(appkey, appMasterSecret string) AndroidBroadcast
type AndroidCustomizedcast ¶
type AndroidCustomizedcast struct {
*u_push.AndroidNotification
}
func NewAndroidCustomizedcast ¶
func NewAndroidCustomizedcast(appkey, appMasterSecret string) AndroidCustomizedcast
func (*AndroidCustomizedcast) SetAlias ¶
func (t *AndroidCustomizedcast) SetAlias(alias, aliasType string)
func (*AndroidCustomizedcast) SetFileId ¶
func (t *AndroidCustomizedcast) SetFileId(fileId, aliasType string)
type AndroidFilecast ¶
type AndroidFilecast struct {
*u_push.AndroidNotification
}
func NewAndroidFilecast ¶
func NewAndroidFilecast(appkey, appMasterSecret string) AndroidFilecast
func (*AndroidFilecast) SetFileId ¶
func (t *AndroidFilecast) SetFileId(fileId string)
type AndroidGroupcast ¶
type AndroidGroupcast struct {
*u_push.AndroidNotification
}
func NewAndroidGroupcast ¶
func NewAndroidGroupcast(appkey, appMasterSecret string) AndroidGroupcast
func (*AndroidGroupcast) SetFilter ¶
func (t *AndroidGroupcast) SetFilter(filter json.RawMessage)
type AndroidUnicast ¶
type AndroidUnicast struct {
*u_push.AndroidNotification
}
func NewAndroidUnicast ¶
func NewAndroidUnicast(appkey, appMasterSecret string) AndroidUnicast
func (*AndroidUnicast) SetDeviceToken ¶
func (t *AndroidUnicast) SetDeviceToken(token string)
Click to show internal directories.
Click to hide internal directories.