Share via


BroadcastInfoResponse.ResponseResultError 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: error.

[Android.Runtime.Register("RESPONSE_RESULT_ERROR", 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 ResponseResultError = 1;
[<Android.Runtime.Register("RESPONSE_RESULT_ERROR", 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 ResponseResultError : Android.Media.TV.BroadcastInfoResponseResult

Field Value

Value = 1

Implements

Attributes

Remarks

Response result: error. This means the request can not be set up successfully.

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

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