LogInRequired

data class LogInRequired(val sourceId: SourceId, val pendingIntent: PendingIntent) : MediaError

The media source identified by sourceId requires the user to log in using the pendingIntent, before being able to communicate with it.

Login may be required, for example, when connecting for the first time, after logging out, or after the login period has expired.

After this error, the client is not recoverable and can be disposed of.

Constructors

Link copied to clipboard
constructor(sourceId: SourceId, pendingIntent: PendingIntent)

Properties

Link copied to clipboard
Link copied to clipboard
open override val sourceId: SourceId