RecoverableSecurityException.UserAction Property

Definition

Return primary action that will initiate the recovery.

public Android.App.RemoteAction UserAction { [Android.Runtime.Register("getUserAction", "()Landroid/app/RemoteAction;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getUserAction", "()Landroid/app/RemoteAction;", "", ApiSince=29)>]
member this.UserAction : Android.App.RemoteAction

Property Value

The RemoteAction that starts recovery from the security failure.

Attributes

Remarks

Return primary action that will initiate the recovery.

Android reference for android.app.RecoverableSecurityException.getUserAction.

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