C# 클래스 BuildIt.Bot.Client.Impl.Droid.BotClientActivityBase

All of the activities MUST derive from this class
상속: global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity, IPushRegistrationService
파일 보기 프로젝트 열기: builttoroam/BuildIt

보호된 메소드들

메소드 설명
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