C# 클래스 Catcher.AndroidDemo.LoadingAnimationDemo.Extensions.CustomProgressDialog

상속: Android.App.Dialog
파일 보기 프로젝트 열기: hwqdt/Demos 1 사용 예제들

공개 메소드들

메소드 설명
CreateDialog ( Android.Content.Context context ) : CustomProgressDialog

create the dialog

CustomProgressDialog ( Android.Content.Context context ) : Android.App
CustomProgressDialog ( Android.Content.Context context, int themeResId ) : Android.App
OnWindowFocusChanged ( bool hasFocus ) : void

called whenever the window focus changes

메소드 상세

CreateDialog() 공개 정적인 메소드

create the dialog
public static CreateDialog ( Android.Content.Context context ) : CustomProgressDialog
context Android.Content.Context the context
리턴 CustomProgressDialog

CustomProgressDialog() 공개 메소드

public CustomProgressDialog ( Android.Content.Context context ) : Android.App
context Android.Content.Context
리턴 Android.App

CustomProgressDialog() 공개 메소드

public CustomProgressDialog ( Android.Content.Context context, int themeResId ) : Android.App
context Android.Content.Context
themeResId int
리턴 Android.App

OnWindowFocusChanged() 공개 메소드

called whenever the window focus changes
public OnWindowFocusChanged ( bool hasFocus ) : void
hasFocus bool whether the window now has focus
리턴 void