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
Afficher le fichier Open project: builttoroam/BuildIt

Méthodes protégées

Méthode Description
InitNotifications ( PushNotificationSettings settings ) : void

OnCreate ( Bundle bundle ) : void

OnPause ( ) : void

OnResume ( ) : void

Private Methods

Méthode Description
IsLaunchedByPushNotification ( ) : bool
TryCleaningToastNotificationHistory ( ) : bool

Method Details

InitNotifications() protected méthode

protected InitNotifications ( PushNotificationSettings settings ) : void
settings BuildIt.Bot.Client.Impl.Droid.Models.PushNotificationSettings
Résultat void

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

OnPause() protected méthode

protected OnPause ( ) : void
Résultat void

OnResume() protected méthode

protected OnResume ( ) : void
Résultat void