Skip to main content
ShutdownSDKResult is returned by RemoteSDK.Shutdown() and indicates whether the SDK was shut down and all connections were closed successfully.

Values

EnumDescription
SUCCESSSDK shut down and all resources released
NOT_INITIALIZEDSDK was not initialized (nothing to shut down)
FAILEDGeneral failure

See Also

RemoteSDK

The Shutdown() method that returns this enum

InitSDKResult

Result enum for the corresponding Initialize() call