ErrorEvent

class ErrorEvent(val error: Exception, val localizedMessage: String) : FlowplayerEvent

See OnErrorListener for more information.

Parameters

localizedMessage

Message that can be localized for display to the user.

Constructors

Link copied to clipboard
constructor(error: Exception, localizedMessage: String)

Properties

Link copied to clipboard
Link copied to clipboard