Property | Type | Description | |
---|---|---|---|
Reset | void |
Method | Description | |
---|---|---|
InvokeOnUiThread ( System.Action action ) : void | ||
MockViewModelHost ( ) : System | ||
ShowAlertAsync ( ErrorBucket errors ) : System.Threading.Tasks.Task | ||
ShowAlertAsync ( string message ) : System.Threading.Tasks.Task | ||
ShowView ( |
Method | Description | |
---|---|---|
Reset ( ) : void |
public InvokeOnUiThread ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public ShowAlertAsync ( ErrorBucket errors ) : System.Threading.Tasks.Task | ||
errors | ErrorBucket | |
return | System.Threading.Tasks.Task |
public ShowAlertAsync ( string message ) : System.Threading.Tasks.Task | ||
message | string | |
return | System.Threading.Tasks.Task |
public ShowView ( |
||
viewModelInterfaceType | ||
parameter | object | |
return | void |