OpenChannelNotifyMultiLoginSyncInfo

Open channel multi-device sync detail info.

Parameters

channelId

channel ID

status

Change status (Enter/Exit)

reason

Exit reason (only valid when status is EXIT)

timestamp

Event timestamp in milliseconds

extra

Additional info

Constructors

Link copied to clipboard
public OpenChannelNotifyMultiLoginSyncInfo OpenChannelNotifyMultiLoginSyncInfo(String channelId, OpenChannelSyncStatus status, OpenChannelExitReason reason, Long timestamp, String extra)

Properties

Link copied to clipboard
private final String channelId
Link copied to clipboard
private final String extra
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
private final Long timestamp

Functions

Link copied to clipboard
public final String getChannelId()
Link copied to clipboard
public final String getExtra()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final Long getTimestamp()