C# Class BuildIt.Bot.Client.Impl.Droid.BotClientActivityBase

All of the activities MUST derive from this class
Inheritance: global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity, IPushRegistrationService
Datei anzeigen Open project: builttoroam/BuildIt

Protected Methods

Method Description
InitNotifications ( PushNotificationSettings settings ) : void

OnCreate ( Bundle bundle ) : void

OnPause ( ) : void

OnResume ( ) : void

Private Methods

Method Description
IsLaunchedByPushNotification ( ) : bool
TryCleaningToastNotificationHistory ( ) : bool

Method Details

InitNotifications() protected method

protected InitNotifications ( PushNotificationSettings settings ) : void
settings BuildIt.Bot.Client.Impl.Droid.Models.PushNotificationSettings
return void

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

OnPause() protected method

protected OnPause ( ) : void
return void

OnResume() protected method

protected OnResume ( ) : void
return void