RestoreOutcome

What the sign-in found (BR-15): whether the sessions a restored state carried are in use, or were discarded because the state was older than one already seen. Read it with Client.restoreOutcome after any sign-in.

Entries

Link copied to clipboard

No sessions were restored: a fresh identity, or an identity alone.

Link copied to clipboard

The state's sessions resumed as they were.

Link copied to clipboard

The state was a rollback: its sessions were discarded and the identity kept, so conversations re-establish on next contact. Show it to the user; keep the blob.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.