AuthenticationRequiredException.UserAction Property

Definition

Return primary action that will initiate the authorization.

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

Property Value

Attributes

Remarks

Return primary action that will initiate the authorization.

Java documentation for android.app.AuthenticationRequiredException.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