PrivMX
DOCS
Toggle table of contents
Search in API
2.3
Select version
2.3
2.2
common
Platform filter
common
Switch theme
privmx-endpoint-kotlin
privmx-endpoint
/
com.simplito.kotlin.privmx_endpoint.model
/
UserInfo
User
Info
data
class
UserInfo
(
val
user
:
UserWithPubKey
,
val
isActive
:
Boolean
)
Contains Information about user.
Members
Constructors
User
Info
Link copied to clipboard
constructor
(
user
:
UserWithPubKey
,
isActive
:
Boolean
)
Properties
is
Active
Link copied to clipboard
val
isActive
:
Boolean
Is user connected to bridge.
user
Link copied to clipboard
val
user
:
UserWithPubKey
User publicKey and userId.