ResultCode

@IviExperimental(reasons = [])
enum ResultCode : Enum<ResultCode>

Media result codes, coming from library components. These can be used to recognize errors and special notifications coming from media sources.

Entries

Link copied to clipboard

All went well.

Link copied to clipboard

An unknown or generic error has occurred.

Link copied to clipboard

Media source disconnected.

Link copied to clipboard

A request timed out.

Link copied to clipboard

The service has sent invalid or unexpected content.

Link copied to clipboard

The service has removed all content.

Types

Link copied to clipboard
object Companion

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.