ControlAction.TypeMode Field

Definition

Caution

This constant will be removed in the future version. Use Android.Service.Controls.Actions.ControlActionType enum directly instead of this field.

The identifier of ModeAction.

[Android.Runtime.Register("TYPE_MODE", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.Actions.ControlActionType enum directly instead of this field.", true)]
public const Android.Service.Controls.Actions.ControlActionType TypeMode = 4;
[<Android.Runtime.Register("TYPE_MODE", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.Actions.ControlActionType enum directly instead of this field.", true)>]
val mutable TypeMode : Android.Service.Controls.Actions.ControlActionType

Field Value

Value = 4
Attributes

Remarks

The identifier of ModeAction.

Java documentation for android.service.controls.actions.ControlAction.TYPE_MODE.

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.

Applies to