AppInteractionSession.CloseReasonCallerInitiated Field
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.
Caution
This constant will be removed in the future version. Use Android.App.AppInteractionSessionCloseReason enum directly instead of this field.
The session is closed due to the caller calling #close().
[Android.Runtime.Register("CLOSE_REASON_CALLER_INITIATED", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppInteractionSessionCloseReason enum directly instead of this field.", true)]
public const Android.App.AppInteractionSessionCloseReason CloseReasonCallerInitiated = 2;
[<Android.Runtime.Register("CLOSE_REASON_CALLER_INITIATED", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppInteractionSessionCloseReason enum directly instead of this field.", true)>]
val mutable CloseReasonCallerInitiated : Android.App.AppInteractionSessionCloseReason
Field Value
Value = 2- Attributes