-
public final class SyncState
-
-
Field Summary
Fields Modifier and Type Field Description private final StringuserIdprivate final List<String>activeChannelIdsprivate final DatelastSyncedAtprivate final DatemarkedAllReadAt
-
Method Summary
Modifier and Type Method Description final StringgetUserId()final List<String>getActiveChannelIds()final DategetLastSyncedAt()final DategetMarkedAllReadAt()-
-
Method Detail
-
getActiveChannelIds
final List<String> getActiveChannelIds()
-
getLastSyncedAt
final Date getLastSyncedAt()
-
getMarkedAllReadAt
final Date getMarkedAllReadAt()
-
-
-
-