Functions

Link copied to clipboard
abstract fun onError(@NonNull error: MIError)
Invoke an error Will invoke the subscriptionClientListener
Link copied to clipboard
abstract fun onLiveUpdateReceived(@NonNull topic: MPLiveTopic, @NonNull message: LiveUpdate)
Invoke a LiveUpdateReceived
Link copied to clipboard
Invoke a SubscriptionClientStateChanged event
Link copied to clipboard
abstract fun onTopicSubscribed(@NonNull topic: MPLiveTopic)
Invoke a TopicSubscribed event
Link copied to clipboard
abstract fun onTopicSubscribeError(@NonNull error: MIError, @NonNull topic: MPLiveTopic)
Invoke a TopicSubscribeError event
Link copied to clipboard
abstract fun onTopicUnsubscribed(@NonNull topic: MPLiveTopic)
Invoke a TopicUnsubscribed event
Link copied to clipboard
abstract fun onTopicUnsubscribeError(@NonNull error: MIError, @NonNull topic: MPLiveTopic)
Invoke a TopicUnsubscribeError

Inheritors

Link copied to clipboard