PipRemoteAction

data class PipRemoteAction(val title: String, val contentDescription: String, @DrawableRes val iconRes: Int, val controlType: Int)

Constructors

Link copied to clipboard
constructor(title: String, contentDescription: String, @DrawableRes iconRes: Int, controlType: Int)

Properties

Link copied to clipboard
val contentDescription: String
Link copied to clipboard
val controlType: Int
Link copied to clipboard
val iconRes: Int
Link copied to clipboard
val title: String

Functions

Link copied to clipboard
operator fun component1(): String
Link copied to clipboard
operator fun component2(): String
Link copied to clipboard
operator fun component3(): Int
Link copied to clipboard
operator fun component4(): Int
Link copied to clipboard
fun copy(title: String, contentDescription: String, @DrawableRes iconRes: Int, controlType: Int): PipRemoteAction