BroadcastInfoResponse.ResponseResultCancel Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.TV.BroadcastInfoResponseResult enum directly instead of this field.

Response result: cancel.

[Android.Runtime.Register("RESPONSE_RESULT_CANCEL", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.BroadcastInfoResponseResult enum directly instead of this field.", true)]
public const Android.Media.TV.BroadcastInfoResponseResult ResponseResultCancel = 3;
[<Android.Runtime.Register("RESPONSE_RESULT_CANCEL", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.BroadcastInfoResponseResult enum directly instead of this field.", true)>]
val mutable ResponseResultCancel : Android.Media.TV.BroadcastInfoResponseResult

Field Value

Value = 3

Implements

Attributes

Remarks

Response result: cancel. This means the request has been cancelled.

Java documentation for android.media.tv.BroadcastInfoResponse.RESPONSE_RESULT_CANCEL.

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