C# Class SteamDroid.Util.SteamAlerts

Afficher le fichier Open project: FlyingPie/SteamDroid Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static DisableAlerts ( ) : void
Résultat void

DisableProgress() public static méthode

public static DisableProgress ( ) : void
Résultat void

EnableAlerts() public static méthode

public static EnableAlerts ( ) : void
Résultat void

EnableProgress() public static méthode

public static EnableProgress ( ) : void
Résultat void

GetContext() public static méthode

public static GetContext ( ) : Android.Content.Context
Résultat Android.Content.Context

HideInputDialog() public static méthode

public static HideInputDialog ( ) : void
Résultat void

HideProgressDialog() public static méthode

public static HideProgressDialog ( ) : void
Résultat void

Initialize() public static méthode

public static Initialize ( Android.App.Activity activity ) : void
activity Android.App.Activity
Résultat void

Notification() public static méthode

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
Résultat void

PlaySound() public static méthode

public static PlaySound ( ) : void
Résultat void

ShowAlertDialog() public static méthode

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

ShowInputDialog() public static méthode

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
Résultat void

ShowProgressDialog() public static méthode

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

ShowToast() public static méthode

public static ShowToast ( String message ) : void
message String
Résultat void

Vibrate() public static méthode

public static Vibrate ( int duration ) : void
duration int
Résultat void