State

enum State : Enum<State>

The invitation/transfer state.

This class contains all possible states in which an Invitation or a Transfer can be.

  • CANCELED: It was canceled.

  • ACCEPTED: It was accepted.

  • REJECTED: It was rejected.

  • NOT_ANSWERED: No response received.

  • UNKNOWN: Unknown state.

Entries

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int