Android.App.Admin.DeviceAdminReceiver.OnPasswordSucceeded Method
Called after the user has succeeded at entering their current password, as a result of receiving DeviceAdminReceiver.ActionPasswordSucceeded.

Syntax

[Android.Runtime.Register("onPasswordSucceeded", "(Landroid/content/Context;Landroid/content/Intent;)V", "GetOnPasswordSucceeded_Landroid_content_Context_Landroid_content_Intent_Handler")]
public virtual void OnPasswordSucceeded (Android.Content.Context context, Android.Content.Intent intent)

Parameters

context
The running context as per DeviceAdminReceiver.OnReceive(Android.Content.Context, Android.Content.Intent).
intent
The received intent as per DeviceAdminReceiver.OnReceive(Android.Content.Context, Android.Content.Intent).

Remarks

Called after the user has succeeded at entering their current password, as a result of receiving DeviceAdminReceiver.ActionPasswordSucceeded. This will only be received the first time they succeed after having previously failed.

[Android Documentation]

Requirements

Namespace: Android.App.Admin
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8