ControlAction.TypeCommand 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 CommandAction.

[Android.Runtime.Register("TYPE_COMMAND", 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 TypeCommand = 5;
[<Android.Runtime.Register("TYPE_COMMAND", 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 TypeCommand : Android.Service.Controls.Actions.ControlActionType

Field Value

Value = 5
Attributes

Remarks

The identifier of CommandAction.

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

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