Share via


PolicyUpdateReceiver.OnReceive(Context, Intent) Method

Definition

Intercept standard policy update broadcasts.

[Android.Runtime.Register("onReceive", "(Landroid/content/Context;Landroid/content/Intent;)V", "", ApiSince=34)]
public override sealed void OnReceive (Android.Content.Context? context, Android.Content.Intent? intent);
[<Android.Runtime.Register("onReceive", "(Landroid/content/Context;Landroid/content/Intent;)V", "", ApiSince=34)>]
override this.OnReceive : Android.Content.Context * Android.Content.Intent -> unit

Parameters

context
Context
intent
Intent
Attributes

Remarks

Intercept standard policy update broadcasts. Implementations should not override this method and rely on the callbacks instead.

Java documentation for android.app.admin.PolicyUpdateReceiver.onReceive(android.content.Context, android.content.Intent).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to