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

Inheritance: Android.App.Dialog
Afficher le fichier Open project: hwqdt/Demos Class Usage Examples

Méthodes publiques

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

create the dialog
public static CreateDialog ( Android.Content.Context context ) : CustomProgressDialog
context Android.Content.Context the context
Résultat CustomProgressDialog

CustomProgressDialog() public méthode

public CustomProgressDialog ( Android.Content.Context context ) : Android.App
context Android.Content.Context
Résultat Android.App

CustomProgressDialog() public méthode

public CustomProgressDialog ( Android.Content.Context context, int themeResId ) : Android.App
context Android.Content.Context
themeResId int
Résultat Android.App

OnWindowFocusChanged() public méthode

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