ControlAction.ResponseUnknown Field

Definition

Caution

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

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

Field Value

Value = 0
Attributes

Applies to