GroupFavoritesChangedSyncEvent

Group favorites (special-follow) multi-device sync event.

Delivered when favorites changes are synced across devices.

Parameters

groupId

Group ID

operationType

Whether the change was an addition or removal

userIds

List of user IDs that were added to or removed from favorites

operationTime

Operation timestamp in milliseconds

Constructors

Link copied to clipboard
public GroupFavoritesChangedSyncEvent GroupFavoritesChangedSyncEvent(String groupId, GroupOperationType operationType, List<String> userIds, Long operationTime)

Properties

Link copied to clipboard
private final String groupId
Link copied to clipboard
private final Long operationTime
Link copied to clipboard
Link copied to clipboard
private final List<String> userIds

Functions

Link copied to clipboard
public final String getGroupId()
Link copied to clipboard
public final Long getOperationTime()
Link copied to clipboard
Link copied to clipboard
public final List<String> getUserIds()