C# Class Catcher.AndroidDemo.LoadingAnimationDemo.Extensions.CustomProgressDialog

Inheritance: Android.App.Dialog
Show file Open project: hwqdt/Demos Class Usage Examples

Public Methods

Method Description
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

Method Details

CreateDialog() public static method

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

CustomProgressDialog() public method

public CustomProgressDialog ( Android.Content.Context context ) : Android.App
context Android.Content.Context
return Android.App

CustomProgressDialog() public method

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

OnWindowFocusChanged() public method

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