PipRemoteAction
data class PipRemoteAction(val title: String, val contentDescription: String, @DrawableRes val iconRes: Int, val controlType: Int)
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun copy(title: String, contentDescription: String, @DrawableRes iconRes: Int, controlType: Int): PipRemoteAction