Skip to main content
InitSDKResult is returned by RemoteSDK.Initialize() and indicates whether the SDK connected to Sanas Cloud successfully.

Values

EnumDescription
SUCCESSSDK initialized and connected successfully
ALREADY_INITIALIZEDSDK was already initialized (no action taken)
INITIALIZATION_FAILEDConnection or credential verification failed
INVALID_PARAMETERSOne or more InitParams fields are missing/invalid
FAILEDGeneral failure

See Also

RemoteSDK

The Initialize() method that returns this enum

InitParams

Configuration object passed to Initialize()