Optional
onCalled when a chat update is received. Implementing this method is optional.
The subscription for which the update occurred.
The chat update.
Optional
onCalled when a container update is received. Implementing this method is optional.
The subscription for which the update occurred.
The container update.
Optional
onCalled when a directory update is received. Implementing this method is optional.
The subscription for which the update occurred.
The directory update.
Optional
onCalled when a json update is received. Implementing this method is optional.
The subscription for which the update occurred.
The JSON update.
Optional
onCalled when a news headline update is received. Implementing this method is optional.
The subscription for which the update occurred.
The news headline update.
Optional
onCalled when a page update is received. Implementing this method is optional.
The subscription for which the update occurred.
The page update.
Optional
onCalled when a permission update is received. Implementing this method is optional.
The subscription for which the update occurred.
The permission update.
Optional
onCalled when an update to type 2 data in a record is received. Implementing this method is optional.
The subscription for which the update occurred.
The record update.
Optional
onCalled when an update to type 3 data in a record is received. Implementing this method is optional.
The subscription for which the update occurred.
The record update.
Optional
onCalled when an update to type 1 data in a record is received. Implementing this method is optional.
The subscription for which the update occurred.
The record update.
Optional
onCalled when a news story update is received. Implementing this method is optional.
The subscription for which the update occurred.
The news story update.
Called when there is an error in a subscription.
This callback being invoked is a final state for the subscription and no further callbacks will be received for it.
The subscription for which the error occurred.
The subscription error event.
Called when there is a change in the status of a subscription.
The subscription for which the update occurred.
The subscription status event.
Generated using TypeDoc
Name
SubscriptionListener