메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
EnsureSetupInitialized ( this androidView ) : void | ||
GetSavedStateFromBundle ( Bundle bundle ) : IMvxBundle | ||
LoadViewModel ( this androidView, IMvxBundle savedState ) : IMvxViewModel | ||
OnLifetimeEvent ( this androidView, Activity>.Action |
public static AddEventListeners ( this activity ) : void | ||
activity | this | |
리턴 | void |
public static OnViewCreate ( this androidView, Bundle bundle ) : void | ||
androidView | this | |
bundle | Bundle | |
리턴 | void |
public static OnViewDestroy ( this androidView ) : void | ||
androidView | this | |
리턴 | void |
public static OnViewNewIntent ( this androidView ) : void | ||
androidView | this | |
리턴 | void |
public static OnViewPause ( this androidView ) : void | ||
androidView | this | |
리턴 | void |
public static OnViewRestart ( this androidView ) : void | ||
androidView | this | |
리턴 | void |
public static OnViewResume ( this androidView ) : void | ||
androidView | this | |
리턴 | void |
public static OnViewStart ( this androidView ) : void | ||
androidView | this | |
리턴 | void |
public static OnViewStop ( this androidView ) : void | ||
androidView | this | |
리턴 | void |
public static ToActivity ( this androidView ) : Android.App.Activity | ||
androidView | this | |
리턴 | Android.App.Activity |