UserInfo

data class UserInfo(val user: UserWithPubKey, val isActive: Boolean, val lastStatusChange: UserStatusChange? = null)

Contains Information about user.

Constructors

Link copied to clipboard
constructor(user: UserWithPubKey, isActive: Boolean, lastStatusChange: UserStatusChange? = null)

Properties

Link copied to clipboard

Is user connected to bridge.

Link copied to clipboard

User last status change or no value if they have never logged in.

Link copied to clipboard

User publicKey and userId.