AppInteractionDeniedException.Reason 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.
Returns the reason for interaction denied.
public virtual Android.App.AppInteractionDeniedReason Reason { [Android.Runtime.Register("getReason", "()I", "GetGetReasonHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getReason", "()I", "GetGetReasonHandler", ApiSince=37)>]
member this.Reason : Android.App.AppInteractionDeniedReason
Property Value
The reason for interaction denied.
- Attributes