C# Класс BuildIt.Bot.Client.Impl.Droid.BotClientActivityBase

All of the activities MUST derive from this class
Наследование: global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity, IPushRegistrationService
Показать файл Открыть проект

Защищенные методы

Метод Описание
InitNotifications ( PushNotificationSettings settings ) : void

OnCreate ( Bundle bundle ) : void

OnPause ( ) : void

OnResume ( ) : void

Приватные методы

Метод Описание
IsLaunchedByPushNotification ( ) : bool
TryCleaningToastNotificationHistory ( ) : bool

Описание методов

InitNotifications() защищенный Метод

protected InitNotifications ( PushNotificationSettings settings ) : void
settings BuildIt.Bot.Client.Impl.Droid.Models.PushNotificationSettings
Результат void

OnCreate() защищенный Метод

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Результат void

OnPause() защищенный Метод

protected OnPause ( ) : void
Результат void

OnResume() защищенный Метод

protected OnResume ( ) : void
Результат void