enum class Status
Represents the overall outcome of the SDK's initialization.
SUCCESS |
Indicates that all desired features of the SDK were initialized correctly. |
COMPLETED_WITH_DEGRADED_FUNCTIONALITY |
Indicates that errors were encountered during the initialization of the SDK, but some desired features are usable. |
FAILED |
Indicates that the SDK was unable to initialize and is not usable. |