다음을 통해 공유


ControlAction.TypeBoolean 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 BooleanAction.

[Android.Runtime.Register("TYPE_BOOLEAN", 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 TypeBoolean = 1;
[<Android.Runtime.Register("TYPE_BOOLEAN", 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 TypeBoolean : Android.Service.Controls.Actions.ControlActionType

Field Value

Value = 1
Attributes

Remarks

The identifier of BooleanAction.

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

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