InitSDKResult is returned by RemoteSDK.Initialize() and indicates whether the SDK connected to Sanas Cloud successfully.
Values
| Enum | Description |
|---|---|
SUCCESS | SDK initialized and connected successfully |
ALREADY_INITIALIZED | SDK was already initialized (no action taken) |
INITIALIZATION_FAILED | Connection or credential verification failed |
INVALID_PARAMETERS | One or more InitParams fields are missing/invalid |
FAILED | General failure |
See Also
RemoteSDK
The
Initialize() method that returns this enumInitParams
Configuration object passed to
Initialize()