Provides information about the change in status of a data service to which StreamLink is connected via the Liberator.
The ServiceStatusEvent
will be provided on a onServiceStatusChange
callback to a caplin.streamlink.ConnectionListener.
Attributes | Name and Description |
---|---|
|
caplin.streamlink.ServiceStatusEvent()
|
Attributes | Name and Description |
---|---|
|
String
getServiceName()
Returns the name of the service that has changed state. |
|
caplin.streamlink.ServiceStatus
getServiceStatus()
Returns the new caplin.streamlink.ServiceStatus of a service. |
►
caplin.streamlink.ServiceStatusEvent()
►
String
getServiceName()
Returns the name of the service that has changed state.
►
caplin.streamlink.ServiceStatus
getServiceStatus()
Returns the new caplin.streamlink.ServiceStatus of a service.