C# 클래스 TasksSimplified.TaskWidgetProvider
파일 보기
프로젝트 열기: jamesmontemagno/TasksSimplified
공개 메소드들
메소드 |
설명 |
|
OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void |
|
|
OnUpdate ( Android.Content.Context context, Android.Appwidget.AppWidgetManager appWidgetManager, int appWidgetIds ) : void |
|
|
메소드 상세
public OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void |
context |
Android.Content.Context |
|
intent |
Android.Content.Intent |
|
리턴 |
void |
|
public OnUpdate ( Android.Content.Context context, Android.Appwidget.AppWidgetManager appWidgetManager, int appWidgetIds ) : void |
context |
Android.Content.Context |
|
appWidgetManager |
Android.Appwidget.AppWidgetManager |
|
appWidgetIds |
int |
|
리턴 |
void |
|