C# Class MvvmCross.Droid.Views.MvxSplashScreenActivity

Inheritance: MvxActivity, IMvxAndroidSplashScreenActivity
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
InitializationComplete ( ) : void

Protected Methods

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

Method Details

InitializationComplete() public method

public InitializationComplete ( ) : void
return void

MvxSplashScreenActivity() protected method

protected MvxSplashScreenActivity ( int resourceId = NoContent ) : Android.Runtime
resourceId int
return Android.Runtime

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

RequestWindowFeatures() protected method

protected RequestWindowFeatures ( ) : void
return void

TriggerFirstNavigate() protected method

protected TriggerFirstNavigate ( ) : void
return void