DeviceAdminReceiver.OnBugreportSharingDeclined(Context, Intent) Method

Definition

Called when sharing a bugreport has been cancelled by the user of the device.

[Android.Runtime.Register("onBugreportSharingDeclined", "(Landroid/content/Context;Landroid/content/Intent;)V", "GetOnBugreportSharingDeclined_Landroid_content_Context_Landroid_content_Intent_Handler", ApiSince=24)]
public virtual void OnBugreportSharingDeclined (Android.Content.Context context, Android.Content.Intent intent);
[<Android.Runtime.Register("onBugreportSharingDeclined", "(Landroid/content/Context;Landroid/content/Intent;)V", "GetOnBugreportSharingDeclined_Landroid_content_Context_Landroid_content_Intent_Handler", ApiSince=24)>]
abstract member OnBugreportSharingDeclined : Android.Content.Context * Android.Content.Intent -> unit
override this.OnBugreportSharingDeclined : Android.Content.Context * Android.Content.Intent -> unit

Parameters

context
Context

The running context as per #onReceive.

intent
Intent

The received intent as per #onReceive.

Attributes

Remarks

Called when sharing a bugreport has been cancelled by the user of the device.

This callback is only applicable to device owners.

Java documentation for android.app.admin.DeviceAdminReceiver.onBugreportSharingDeclined(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