C# Класс TasksSimplified.TaskWidgetProvider

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

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

Метод Описание
OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void
OnUpdate ( Android.Content.Context context, Android.Appwidget.AppWidgetManager appWidgetManager, int appWidgetIds ) : void

Описание методов

OnReceive() публичный Метод

public OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void
context Android.Content.Context
intent Android.Content.Intent
Результат void

OnUpdate() публичный Метод

public OnUpdate ( Android.Content.Context context, Android.Appwidget.AppWidgetManager appWidgetManager, int appWidgetIds ) : void
context Android.Content.Context
appWidgetManager Android.Appwidget.AppWidgetManager
appWidgetIds int
Результат void