ControlAction.TypeFloat 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 FloatAction.

[Android.Runtime.Register("TYPE_FLOAT", 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 TypeFloat = 2;
[<Android.Runtime.Register("TYPE_FLOAT", 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 TypeFloat : Android.Service.Controls.Actions.ControlActionType

Field Value

Value = 2
Attributes

Remarks

The identifier of FloatAction.

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

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