Method | Description | |
---|---|---|
SendConfirmation ( string message, string title, System |
||
SendMessage ( Android.App.Activity activity, string message, string title = null ) : void | ||
SendMessage ( string message, string title = null ) : void | ||
SendToast ( string message ) : void |
public SendConfirmation ( string message, string title, System |
||
message | string | |
title | string | |
confirmationAction | System |
|
return | void |
public static SendMessage ( Android.App.Activity activity, string message, string title = null ) : void | ||
activity | Android.App.Activity | |
message | string | |
title | string | |
return | void |
public SendMessage ( string message, string title = null ) : void | ||
message | string | |
title | string | |
return | void |