C# Class MvvmCross.Droid.Views.MvxSplashScreenActivity

Inheritance: MvxActivity, IMvxAndroidSplashScreenActivity
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
InitializationComplete ( ) : void

Méthodes protégées

Méthode Description
MvxSplashScreenActivity ( int resourceId = NoContent ) : Android.Runtime
OnCreate ( Bundle bundle ) : void
OnPause ( ) : void
OnResume ( ) : void
RequestWindowFeatures ( ) : void
TriggerFirstNavigate ( ) : void

Method Details

InitializationComplete() public méthode

public InitializationComplete ( ) : void
Résultat void

MvxSplashScreenActivity() protected méthode

protected MvxSplashScreenActivity ( int resourceId = NoContent ) : Android.Runtime
resourceId int
Résultat Android.Runtime

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

RequestWindowFeatures() protected méthode

protected RequestWindowFeatures ( ) : void
Résultat void

TriggerFirstNavigate() protected méthode

protected TriggerFirstNavigate ( ) : void
Résultat void