UiFinishReason

Enum used to provide context as to why the Web UI has requested to close. This reason will be provided along with WebUiFragment.Listener.onRequestFinish calls in case the consumer needs to handle different scenarios differently, or provide different messages to the user.

Entries

Link copied to clipboard

The SPA sent an instruction that it should no longer be displayed.

Link copied to clipboard

Unable to retrieve a valid access token for SDK & SPA authentication. Unable to start/continue.

Link copied to clipboard

Initial loading of the SPA (including retries) failed.

Link copied to clipboard

SPA has communicated that it has encountered an unrecoverable error and must be destroyed.

Link copied to clipboard

The SensibillSDK is not started when the webUi is running or starting. Unable to start/continue.

Link copied to clipboard

A URL pointing to the SPA was not provided by the current environment. Unable to start

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.