GuestUser

class GuestUser

Represents a guest user who has accessed the network from a federated Wickr network.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The billing period when this guest user accessed the network (e.g., '2024-01').

Link copied to clipboard

The username of the guest user.

Link copied to clipboard

The unique username hash identifier for the guest user.

Functions

Link copied to clipboard
inline fun copy(block: GuestUser.Builder.() -> Unit = {}): GuestUser
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String