Property | Type | Description | |
---|---|---|---|
ViewModels | object>.Dictionary |
Method | Description | |
---|---|---|
Initialize ( MXApplication theApp, Android.Content.Context applicationContext ) : void | ||
MXDroidContainer ( MXApplication theApp ) : System | ||
Redirect ( string url ) : void |
Method | Description | |
---|---|---|
OnControllerLoadBegin ( IMXController controller ) : void | ||
OnControllerLoadComplete ( IMXView fromView, IMXController controller, MonoCross.Navigation.MXViewPerspective viewPerspective ) : void | ||
OnControllerLoadFailed ( IMXController controller, |
public static Initialize ( MXApplication theApp, Android.Content.Context applicationContext ) : void | ||
theApp | MXApplication | |
applicationContext | Android.Content.Context | |
return | void |
public MXDroidContainer ( MXApplication theApp ) : System | ||
theApp | MXApplication | |
return | System |
protected OnControllerLoadBegin ( IMXController controller ) : void | ||
controller | IMXController | |
return | void |
protected OnControllerLoadComplete ( IMXView fromView, IMXController controller, MonoCross.Navigation.MXViewPerspective viewPerspective ) : void | ||
fromView | IMXView | |
controller | IMXController | |
viewPerspective | MonoCross.Navigation.MXViewPerspective | |
return | void |
protected OnControllerLoadFailed ( IMXController controller, |
||
controller | IMXController | |
ex | ||
return | void |