Language

BroadcastInfoResponseResult Enum

Definition

public enum BroadcastInfoResponseResult
type BroadcastInfoResponseResult = 
Inheritance
BroadcastInfoResponseResult

Fields

Name Value Description
Error 1

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

Android reference 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.

Ok 2

Response result: OK. This means the request is set up successfully and the related responses are normal responses.

Android reference for android.media.tv.BroadcastInfoResponse.RESPONSE_RESULT_OK.

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.

Cancel 3

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

Android reference 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