C# Класс Catcher.AndroidDemo.LoadingAnimationDemo.Extensions.CustomProgressDialog

Наследование: Android.App.Dialog
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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