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
The SPA sent an instruction that it should no longer be displayed.
Unable to retrieve a valid access token for SDK & SPA authentication. Unable to start/continue.
Initial loading of the SPA (including retries) failed.
SPA has communicated that it has encountered an unrecoverable error and must be destroyed.
The SensibillSDK is not started when the webUi is running or starting. Unable to start/continue.
A URL pointing to the SPA was not provided by the current environment. Unable to start
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.