Added in API level 33
PesResponse
class PesResponse : BroadcastInfoResponse, Parcelable
kotlin.Any | ||
↳ | android.media.tv.BroadcastInfoResponse | |
↳ | android.media.tv.PesResponse |
A response for PES from broadcast signal.
Summary
Inherited constants | |
---|---|
Public constructors | |
---|---|
PesResponse(requestId: Int, sequence: Int, responseResult: Int, : String?) |
Public methods | |
---|---|
Int | |
String? |
Gets the token for a shared filter from Tv Input Service. |
Unit |
writeToParcel(dest: Parcel, flags: Int) Flatten this object in to a Parcel. |
Inherited functions | |
---|---|
Properties | |
---|---|
static Parcelable.Creator<PesResponse!> |
Public constructors
PesResponse
Added in API level 33
PesResponse(
requestId: Int,
sequence: Int,
responseResult: Int,
: String?)
Parameters | |
---|---|
responseResult |
Int: Value is android.media.tv.BroadcastInfoResponse#RESPONSE_RESULT_ERROR , android.media.tv.BroadcastInfoResponse#RESPONSE_RESULT_OK , or android.media.tv.BroadcastInfoResponse#RESPONSE_RESULT_CANCEL |
sharedFilterToken |
String?: This value may be null . |
Public methods
describeContents
Added in API level 33
fun describeContents(): Int
Return | |
---|---|
Int |
a bitmask indicating the set of special object types marshaled by this Parcelable object instance. Value is either 0 or android.os.Parcelable#CONTENTS_FILE_DESCRIPTOR |
getSharedFilterToken
Added in API level 33
fun getSharedFilterToken(): String?
Gets the token for a shared filter from Tv Input Service.
Return | |
---|---|
String? |
This value may be null . |
writeToParcel
Added in API level 33
fun writeToParcel(
dest: Parcel,
flags: Int
): Unit
Flatten this object in to a Parcel.
Parameters | |
---|---|
dest |
Parcel: This value cannot be null . |
flags |
Int: Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE . Value is either 0 or a combination of android.os.Parcelable#PARCELABLE_WRITE_RETURN_VALUE , and android.os.Parcelable.PARCELABLE_ELIDE_DUPLICATES |