Provides information about a change in the state of a subscription.
The SubscriptionStatusEvent
will be provided on a onSubscriptionStatus
callback to a caplin.streamlink.SubscriptionListener.
Attributes | Name and Description |
---|---|
|
caplin.streamlink.SubscriptionStatusEvent()
|
Attributes | Name and Description |
---|---|
|
Object
getFields()
Returns any fields associated with the status event. |
|
caplin.streamlink.SubscriptionStatusType
getStatus()
Returns the new status of the subject of the subscription. |
|
String
getSubject()
Returns the subject of the subscription to which the event relates. |
►
caplin.streamlink.SubscriptionStatusEvent()
►
Object
getFields()
Returns any fields associated with the status event.
The fields may contain metadata related to the event, the known keys are "code" and "status".
►
caplin.streamlink.SubscriptionStatusType
getStatus()
Returns the new status of the subject of the subscription.
►
String
getSubject()
Returns the subject of the subscription to which the event relates.