Method | Description | |
---|---|---|
GetIntentFor ( |
||
GetIntentWithKeyFor ( IMvxViewModel viewModel ) : int>.Tuple |
||
Load ( Android.Content.Intent intent, IMvxBundle savedState ) : IMvxViewModel | ||
Load ( Android.Content.Intent intent, IMvxBundle savedState, |
||
MvxAndroidViewsContainer ( Android.Content.Context applicationContext ) : System | ||
RemoveSubViewModelWithKey ( int key ) : void |
Method | Description | |
---|---|---|
AdjustIntentForPresentation ( Android.Content.Intent intent, |
||
CreateViewModelFromIntent ( Android.Content.Intent intent, IMvxBundle savedState ) : IMvxViewModel | ||
DirectLoad ( IMvxBundle savedState, |
||
TryGetEmbeddedViewModel ( Android.Content.Intent intent, IMvxViewModel &mvxViewModel ) : bool | ||
ViewModelFromRequest ( |
protected AdjustIntentForPresentation ( Android.Content.Intent intent, |
||
intent | Android.Content.Intent | |
request | ||
return | void |
protected CreateViewModelFromIntent ( Android.Content.Intent intent, IMvxBundle savedState ) : IMvxViewModel | ||
intent | Android.Content.Intent | |
savedState | IMvxBundle | |
return | IMvxViewModel |
protected DirectLoad ( IMvxBundle savedState, |
||
savedState | IMvxBundle | |
viewModelTypeHint | ||
return | IMvxViewModel |
public GetIntentFor ( |
||
request | ||
return | Android.Content.Intent |
public GetIntentWithKeyFor ( IMvxViewModel viewModel ) : int>.Tuple |
||
viewModel | IMvxViewModel | |
return | int>.Tuple |
public Load ( Android.Content.Intent intent, IMvxBundle savedState ) : IMvxViewModel | ||
intent | Android.Content.Intent | |
savedState | IMvxBundle | |
return | IMvxViewModel |
public Load ( Android.Content.Intent intent, IMvxBundle savedState, |
||
intent | Android.Content.Intent | |
savedState | IMvxBundle | |
viewModelTypeHint | ||
return | IMvxViewModel |
public MvxAndroidViewsContainer ( Android.Content.Context applicationContext ) : System | ||
applicationContext | Android.Content.Context | |
return | System |
public RemoveSubViewModelWithKey ( int key ) : void | ||
key | int | |
return | void |
protected TryGetEmbeddedViewModel ( Android.Content.Intent intent, IMvxViewModel &mvxViewModel ) : bool | ||
intent | Android.Content.Intent | |
mvxViewModel | IMvxViewModel | |
return | bool |
protected ViewModelFromRequest ( |
||
viewModelRequest | ||
savedState | IMvxBundle | |
return | IMvxViewModel |