Reason

sealed class Reason

Reasons why an Invitation may be rejected.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Declined : Invitation.Reason

The invitation was rejected in an explicit manner.

Link copied to clipboard
data class InternalError(error: Throwable) : Invitation.Reason

Unknown error.

Link copied to clipboard
object NotAnswered : Invitation.Reason

The invitation was not answered.

Link copied to clipboard
object Timeout : Invitation.Reason

The invitation expired by timeout.

Link copied to clipboard
object UserBusy : Invitation.Reason

The invited user was busy.

Link copied to clipboard
object UserNotAvailable : Invitation.Reason

The invited user was temporarily unavailable.

Link copied to clipboard
object UserNotFound : Invitation.Reason

The invited user was unreachable.

Functions

Link copied to clipboard
open override fun toString(): String

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard