C# 클래스 SteamDroid.Util.SteamAlerts

파일 보기 프로젝트 열기: FlyingPie/SteamDroid 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

DisableAlerts() 공개 정적인 메소드

public static DisableAlerts ( ) : void
리턴 void

DisableProgress() 공개 정적인 메소드

public static DisableProgress ( ) : void
리턴 void

EnableAlerts() 공개 정적인 메소드

public static EnableAlerts ( ) : void
리턴 void

EnableProgress() 공개 정적인 메소드

public static EnableProgress ( ) : void
리턴 void

GetContext() 공개 정적인 메소드

public static GetContext ( ) : Android.Content.Context
리턴 Android.Content.Context

HideInputDialog() 공개 정적인 메소드

public static HideInputDialog ( ) : void
리턴 void

HideProgressDialog() 공개 정적인 메소드

public static HideProgressDialog ( ) : void
리턴 void

Initialize() 공개 정적인 메소드

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

Notification() 공개 정적인 메소드

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
리턴 void

PlaySound() 공개 정적인 메소드

public static PlaySound ( ) : void
리턴 void

ShowAlertDialog() 공개 정적인 메소드

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

ShowInputDialog() 공개 정적인 메소드

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
리턴 void

ShowProgressDialog() 공개 정적인 메소드

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

ShowToast() 공개 정적인 메소드

public static ShowToast ( String message ) : void
message String
리턴 void

Vibrate() 공개 정적인 메소드

public static Vibrate ( int duration ) : void
duration int
리턴 void