Provides information about a change in status of the connection to the Liberator.
The ConnectionStatusEvent
is provided on a onConnectionStatusChange
callback to a caplin.streamlink.ConnectionListener.
Attributes | Name and Description |
---|---|
|
caplin.streamlink.ConnectionStatusEvent()
|
Attributes | Name and Description |
---|---|
|
caplin.streamlink.ConnectionState
getConnectionState()
Returns the new state of a connection the the Liberator. |
|
String
getLiberatorUrl()
Returns the URL of the Liberator connection that this status event has been raised for. |
|
caplin.streamlink.LoginFailedReason
getLoginFailReason()
Returns the reason for the login attempt failing. |
|
String
getUsername()
Returns the username that will be used to log in to the Liberator. |
►
caplin.streamlink.ConnectionStatusEvent()
►
caplin.streamlink.ConnectionState
getConnectionState()
Returns the new state of a connection the the Liberator.
►
String
getLiberatorUrl()
Returns the URL of the Liberator connection that this status event has been raised for.
►
caplin.streamlink.LoginFailedReason
getLoginFailReason()
Returns the reason for the login attempt failing. It only makes sense to obtain this value if the ConnectionState is LOGINFAILED.
►
String
getUsername()
Returns the username that will be used to log in to the Liberator.
CredentialsRetrieved
.