OnSubscribeEventListener

public interface OnSubscribeEventListener

Subscription event listener interface.

Purpose: Used to receive notifications when subscribed events change.

Implement this interface to get updates when subscribed events are modified.

Since

5.8.0

Functions

Link copied to clipboard
public void onEventChange(List<SubscribeInfoEvent> subscribeEvents)
This method is called when subscription events change.
Link copied to clipboard
public void onSubscriptionChangedOnOtherDevices(List<SubscribeEvent> subscribeEvents)
This method is called when the subscription information of the user changes on other devices.
Link copied to clipboard
@Deprecated()
public void onSubscriptionSyncCompleted()
public void onSubscriptionSyncCompleted(SubscribeType type)
Marks the completion of subscription data synchronization.