Language

AppInteractionSession.CloseReasonCallerInitiated Field

Definition

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

Applies to