AuthenticationRequiredException.UserAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.