Package-level declarations

Types

Link copied to clipboard
data class AuthUser(val user: User, val socketConnected: Boolean)

Represents a result from connect and authenticateFeed. This will give the User and the socket connection status, which is true if the socket is connected, false otherwise.

Link copied to clipboard
data class FriendChangeLogsResult(val updatedUsers: List<User>, val deletedUserIds: List<String>, val hasMore: Boolean, val token: String)

Represents a result from friends changelogs.

Link copied to clipboard
data class UnreadMessageCountResult(val groupChannelCount: Int, val feedChannelCount: Int)

Represents a result from getting total unread message count.