Package io.rong.imlib.listener
Interface OnSubscribeEventListener
-
- All Implemented Interfaces:
public interface OnSubscribeEventListener
/~english
-
-
Method Summary
Modifier and Type Method Description void
onEventChange(List<SubscribeInfoEvent> subscribeEvents)
/~english void
onSubscriptionSyncCompleted()
/~english void
onSubscriptionSyncCompleted(SubscribeType type)
/~english void
onSubscriptionChangedOnOtherDevices(List<SubscribeEvent> subscribeEvents)
/~english -
-
Method Detail
-
onEventChange
void onEventChange(List<SubscribeInfoEvent> subscribeEvents)
/~english
-
onSubscriptionSyncCompleted
@Deprecated() void onSubscriptionSyncCompleted()
/~english
-
onSubscriptionSyncCompleted
void onSubscriptionSyncCompleted(SubscribeType type)
/~english
-
onSubscriptionChangedOnOtherDevices
void onSubscriptionChangedOnOtherDevices(List<SubscribeEvent> subscribeEvents)
/~english
-
-
-
-