C# Class MvvmCross.Droid.Views.MvxActivityViewExtensions

Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
AddEventListeners ( this activity ) : void
OnViewCreate ( this androidView, Bundle bundle ) : void
OnViewDestroy ( this androidView ) : void
OnViewNewIntent ( this androidView ) : void
OnViewPause ( this androidView ) : void
OnViewRestart ( this androidView ) : void
OnViewResume ( this androidView ) : void
OnViewStart ( this androidView ) : void
OnViewStop ( this androidView ) : void
ToActivity ( this androidView ) : Android.App.Activity

Private Methods

Method Description
EnsureSetupInitialized ( this androidView ) : void
GetSavedStateFromBundle ( Bundle bundle ) : IMvxBundle
LoadViewModel ( this androidView, IMvxBundle savedState ) : IMvxViewModel
OnLifetimeEvent ( this androidView, Activity>.Action report ) : void

Method Details

AddEventListeners() public static method

public static AddEventListeners ( this activity ) : void
activity this
return void

OnViewCreate() public static method

public static OnViewCreate ( this androidView, Bundle bundle ) : void
androidView this
bundle Bundle
return void

OnViewDestroy() public static method

public static OnViewDestroy ( this androidView ) : void
androidView this
return void

OnViewNewIntent() public static method

public static OnViewNewIntent ( this androidView ) : void
androidView this
return void

OnViewPause() public static method

public static OnViewPause ( this androidView ) : void
androidView this
return void

OnViewRestart() public static method

public static OnViewRestart ( this androidView ) : void
androidView this
return void

OnViewResume() public static method

public static OnViewResume ( this androidView ) : void
androidView this
return void

OnViewStart() public static method

public static OnViewStart ( this androidView ) : void
androidView this
return void

OnViewStop() public static method

public static OnViewStop ( this androidView ) : void
androidView this
return void

ToActivity() public static method

public static ToActivity ( this androidView ) : Android.App.Activity
androidView this
return Android.App.Activity