ERROR

class ERROR(val errorCode: Int, val errorMessage: String?) : IviPlaybackState

State when the player is in error state. This state can be temporary or permanent, depending on the source's implementation and type of error.

See also

Constructors

Link copied to clipboard
fun ERROR(errorCode: Int, errorMessage: String?)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)