Language

WindowManager.EngagementControlFlagSustainVisuals Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.WindowManagerEngagementControlState enum directly instead of this field.

[Android.Runtime.Register("ENGAGEMENT_CONTROL_FLAG_SUSTAIN_VISUALS", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowManagerEngagementControlState enum directly instead of this field.", true)]
public const Android.Views.WindowManagerEngagementControlState EngagementControlFlagSustainVisuals = 1;
[<Android.Runtime.Register("ENGAGEMENT_CONTROL_FLAG_SUSTAIN_VISUALS", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowManagerEngagementControlState enum directly instead of this field.", true)>]
val mutable EngagementControlFlagSustainVisuals : Android.Views.WindowManagerEngagementControlState

Field Value

Value = 1
Attributes

Applies to