Method | Description | |
---|---|---|
DisableAlerts ( ) : void | ||
DisableProgress ( ) : void | ||
EnableAlerts ( ) : void | ||
EnableProgress ( ) : void | ||
GetContext ( ) : Android.Content.Context | ||
HideInputDialog ( ) : void | ||
HideProgressDialog ( ) : void | ||
Initialize ( Android.App.Activity activity ) : void | ||
Notification ( String title, String ticker, String message, Android.Content.Intent intent, String key, String value ) : void | ||
PlaySound ( ) : void | ||
ShowAlertDialog ( String title, String message, Android.Content.Context context ) : void | ||
ShowInputDialog ( String title, String message, Android.Widget.TextView textView, EventHandler |
||
ShowProgressDialog ( String title, String message, Android.Content.Context context ) : void | ||
ShowToast ( String message ) : void | ||
Vibrate ( int duration ) : void |
public static GetContext ( ) : Android.Content.Context | ||
return | Android.Content.Context |
public static Initialize ( Android.App.Activity activity ) : void | ||
activity | Android.App.Activity | |
return | void |
public static Notification ( String title, String ticker, String message, Android.Content.Intent intent, String key, String value ) : void | ||
title | String | |
ticker | String | |
message | String | |
intent | Android.Content.Intent | |
key | String | |
value | String | |
return | void |
public static ShowAlertDialog ( String title, String message, Android.Content.Context context ) : void | ||
title | String | |
message | String | |
context | Android.Content.Context | |
return | void |
public static ShowInputDialog ( String title, String message, Android.Widget.TextView textView, EventHandler |
||
title | String | |
message | String | |
textView | Android.Widget.TextView | |
handler | EventHandler |
|
context | Android.Content.Context | |
return | void |
public static ShowProgressDialog ( String title, String message, Android.Content.Context context ) : void | ||
title | String | |
message | String | |
context | Android.Content.Context | |
return | void |
public static ShowToast ( String message ) : void | ||
message | String | |
return | void |
public static Vibrate ( int duration ) : void | ||
duration | int | |
return | void |