SetActiveSourceAction

@IviExperimental(reasons = [])
class SetActiveSourceAction(val sourceId: SourceId) : Action

Request to make a specific source active. The action will be ignored if another source is playing, and if the requested source has nothing to play.

Constructors

Link copied to clipboard
constructor(sourceId: SourceId)

Properties

Link copied to clipboard

Inherited properties

Link copied to clipboard
val arguments: Bundle? = null
Link copied to clipboard
val id: String

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)