Added in API level 33
    StreamEventRequest
class StreamEventRequest : BroadcastInfoRequest, Parcelable
| kotlin.Any | ||
| ↳ | android.media.tv.BroadcastInfoRequest | |
| ↳ | android.media.tv.StreamEventRequest | |
A request for Stream Event from broadcast signal.
Summary
| Inherited constants | |
|---|---|
| Public constructors | |
|---|---|
| StreamEventRequest(requestId: Int, option: Int, targetUri: Uri, eventName: String) | |
| Public methods | |
|---|---|
| Int | |
| String | Gets the name of the event. | 
| Uri | Gets the URI for the DSM-CC Object or the event description file describing the event. | 
| Unit | writeToParcel(dest: Parcel, flags: Int)Flatten this object in to a Parcel. | 
| Inherited functions | |
|---|---|
| Properties | |
|---|---|
| static Parcelable.Creator<StreamEventRequest!> | |
Public constructors
StreamEventRequest
Added in API level 33
      StreamEventRequest(
requestId: Int,
option: Int,
targetUri: Uri,
eventName: String)
| Parameters | |
|---|---|
| option | Int: Value is android.media.tv.BroadcastInfoRequest#REQUEST_OPTION_REPEAT,android.media.tv.BroadcastInfoRequest#REQUEST_OPTION_AUTO_UPDATE,android.media.tv.BroadcastInfoRequest#REQUEST_OPTION_ONEWAY, orandroid.media.tv.BroadcastInfoRequest#REQUEST_OPTION_ONESHOT | 
| targetUri | Uri: This value cannot be null. | 
| eventName | String: This value cannot 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 0orandroid.os.Parcelable#CONTENTS_FILE_DESCRIPTOR | 
getEventName
Added in API level 33
      fun getEventName(): String
Gets the name of the event.
| Return | |
|---|---|
| String | This value cannot be null. | 
getTargetUri
Added in API level 33
      fun getTargetUri(): Uri
Gets the URI for the DSM-CC Object or the event description file describing the event.
| Return | |
|---|---|
| Uri | This value cannot 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 either0or a combination ofandroid.os.Parcelable#PARCELABLE_WRITE_RETURN_VALUE, and android.os.Parcelable.PARCELABLE_ELIDE_DUPLICATES | 
