Subscribe Change Event
Subscription change event.
Describes a change to subscription information that occurred on another device.
Parameters
user Id
The ID of the subscribed user
subscribe Type
Subscription type
operation Type
Operation type (subscribe / unsubscribe)
subscribe Time
Subscription time (Unix timestamp in milliseconds)
expiry
Subscription duration in seconds
Constructors
Link copied to clipboard
public SubscribeChangeEvent SubscribeChangeEvent(String userId, SubscribeType subscribeType, SubscribeOperationType operationType, Long subscribeTime, Integer expiry)