C# Class Sample.UrbanAirshipReceiver

Inheritance: AirshipReceiver
ファイルを表示 Open project: urbanairship/xamarin-component

Protected Methods

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

Method Details

OnChannelCreated() protected method

protected OnChannelCreated ( Context context, String channelId ) : void
context Context
channelId String
return void

OnChannelRegistrationFailed() protected method

protected OnChannelRegistrationFailed ( Context context ) : void
context Context
return void

OnChannelUpdated() protected method

protected OnChannelUpdated ( Context context, String channelId ) : void
context Context
channelId String
return void

OnNotificationDismissed() protected method

protected OnNotificationDismissed ( Context context, AirshipReceiver notificationInfo ) : void
context Context
notificationInfo AirshipReceiver
return void

OnNotificationOpened() protected method

protected OnNotificationOpened ( Context context, AirshipReceiver notificationInfo ) : bool
context Context
notificationInfo AirshipReceiver
return bool

OnNotificationOpened() protected method

protected OnNotificationOpened ( Context context, AirshipReceiver notificationInfo, AirshipReceiver actionButtonInfo ) : bool
context Context
notificationInfo AirshipReceiver
actionButtonInfo AirshipReceiver
return bool

OnNotificationPosted() protected method

protected OnNotificationPosted ( Context context, AirshipReceiver notificationInfo ) : void
context Context
notificationInfo AirshipReceiver
return void

OnPushReceived() protected method

protected OnPushReceived ( Context context, UrbanAirship.PushMessage message, bool notificationPosted ) : void
context Context
message UrbanAirship.PushMessage
notificationPosted bool
return void