C# Class SteamDroid.Util.SteamAlerts

Exibir arquivo Open project: FlyingPie/SteamDroid Class Usage Examples

Public Methods

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 handler, Android.Content.Context context ) : void
ShowProgressDialog ( String title, String message, Android.Content.Context context ) : void
ShowToast ( String message ) : void
Vibrate ( int duration ) : void

Method Details

DisableAlerts() public static method

public static DisableAlerts ( ) : void
return void

DisableProgress() public static method

public static DisableProgress ( ) : void
return void

EnableAlerts() public static method

public static EnableAlerts ( ) : void
return void

EnableProgress() public static method

public static EnableProgress ( ) : void
return void

GetContext() public static method

public static GetContext ( ) : Android.Content.Context
return Android.Content.Context

HideInputDialog() public static method

public static HideInputDialog ( ) : void
return void

HideProgressDialog() public static method

public static HideProgressDialog ( ) : void
return void

Initialize() public static method

public static Initialize ( Android.App.Activity activity ) : void
activity Android.App.Activity
return void

Notification() public static method

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

PlaySound() public static method

public static PlaySound ( ) : void
return void

ShowAlertDialog() public static method

public static ShowAlertDialog ( String title, String message, Android.Content.Context context ) : void
title String
message String
context Android.Content.Context
return void

ShowInputDialog() public static method

public static ShowInputDialog ( String title, String message, Android.Widget.TextView textView, EventHandler handler, Android.Content.Context context ) : void
title String
message String
textView Android.Widget.TextView
handler EventHandler
context Android.Content.Context
return void

ShowProgressDialog() public static method

public static ShowProgressDialog ( String title, String message, Android.Content.Context context ) : void
title String
message String
context Android.Content.Context
return void

ShowToast() public static method

public static ShowToast ( String message ) : void
message String
return void

Vibrate() public static method

public static Vibrate ( int duration ) : void
duration int
return void