UserStatus

sealed class UserStatus

Inheritors

Types

Link copied to clipboard

The user has accepted their invitation and is active in the network.

Link copied to clipboard
object Companion
Link copied to clipboard

The user has been invited to the network but has not yet accepted their invitation.

Link copied to clipboard
data class SdkUnknown(val value: Int) : UserStatus

Properties

Link copied to clipboard
abstract val value: Int