Android.Appwidget.AppWidgetProvider.OnReceive Method
Implements Android.Content.BroadcastReceiver.OnReceive(Android.Content.Context, Android.Content.Intent) to dispatch calls to the various other methods on AppWidgetProvider.

Syntax

[Android.Runtime.Register("onReceive", "(Landroid/content/Context;Landroid/content/Intent;)V", "GetOnReceive_Landroid_content_Context_Landroid_content_Intent_Handler")]
public override void OnReceive (Android.Content.Context context, Android.Content.Intent intent)

Parameters

context
The Context in which the receiver is running.
intent
The Intent being received.

Remarks

Implements Android.Content.BroadcastReceiver.OnReceive(Android.Content.Context, Android.Content.Intent) to dispatch calls to the various other methods on AppWidgetProvider.

[Android Documentation]

Requirements

Namespace: Android.Appwidget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3