Method | Description | |
---|---|---|
OnChannelCreated ( Context context, String channelId ) : void | ||
OnChannelRegistrationFailed ( Context context ) : void | ||
OnChannelUpdated ( Context context, String channelId ) : void | ||
OnNotificationDismissed ( Context context, AirshipReceiver notificationInfo ) : void | ||
OnNotificationOpened ( Context context, AirshipReceiver notificationInfo ) : bool | ||
OnNotificationOpened ( Context context, AirshipReceiver notificationInfo, AirshipReceiver actionButtonInfo ) : bool | ||
OnNotificationPosted ( Context context, AirshipReceiver notificationInfo ) : void | ||
OnPushReceived ( Context context, UrbanAirship.PushMessage message, bool notificationPosted ) : void |
protected OnChannelCreated ( Context context, String channelId ) : void | ||
context | Context | |
channelId | String | |
return | void |
protected OnChannelRegistrationFailed ( Context context ) : void | ||
context | Context | |
return | void |
protected OnChannelUpdated ( Context context, String channelId ) : void | ||
context | Context | |
channelId | String | |
return | void |
protected OnNotificationDismissed ( Context context, AirshipReceiver notificationInfo ) : void | ||
context | Context | |
notificationInfo | AirshipReceiver | |
return | void |
protected OnNotificationOpened ( Context context, AirshipReceiver notificationInfo ) : bool | ||
context | Context | |
notificationInfo | AirshipReceiver | |
return | bool |
protected OnNotificationOpened ( Context context, AirshipReceiver notificationInfo, AirshipReceiver actionButtonInfo ) : bool | ||
context | Context | |
notificationInfo | AirshipReceiver | |
actionButtonInfo | AirshipReceiver | |
return | bool |
protected OnNotificationPosted ( Context context, AirshipReceiver notificationInfo ) : void | ||
context | Context | |
notificationInfo | AirshipReceiver | |
return | void |
protected OnPushReceived ( Context context, UrbanAirship.PushMessage message, bool notificationPosted ) : void | ||
context | Context | |
message | UrbanAirship.PushMessage | |
notificationPosted | bool | |
return | void |