State

sealed class State

Possible states in which an Invitation may be.

Inheritors

Types

Link copied to clipboard
data class Accepted(val acceptedBy: Contact) : Invitation.State

The invitation was accepted.

Link copied to clipboard

The invitation was canceled by the sender.

Link copied to clipboard
object Companion
Link copied to clipboard

The invitation is waiting for response.

Link copied to clipboard
data class Rejected(val reason: Invitation.Reason) : Invitation.State

The invitation was rejected.