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
INVALID_ENVIRONMENT_CONFIG
Link copied to clipboard
Content copied to clipboard
A URL pointing to the SPA was not provided by the current environment.
SDK_NOT_STARTED
Link copied to clipboard
Content copied to clipboard
The SensibillSDK is not started when the webUi is running or starting.
FATAL_SPA_ERROR
Link copied to clipboard
Content copied to clipboard
SPA has communicated that it has encountered an unrecoverable error and must be destroyed.
UNABLE_TO_LOAD_SPA
Link copied to clipboard
Content copied to clipboard
Initial loading of the SPA (including retries) failed.
UNABLE_TO_UPDATE_TOKEN
Link copied to clipboard
Content copied to clipboard
Unable to retrieve a valid access token for SDK & SPA authentication.
SPA_MESSAGE
Link copied to clipboard
Content copied to clipboard
The SPA sent an instruction that it should no longer be displayed.