ShutdownSDKResult is returned by RemoteSDK.Shutdown() and indicates whether the SDK was shut down and all connections were closed successfully.
Values
| Enum | Description |
|---|---|
SUCCESS | SDK shut down and all resources released |
NOT_INITIALIZED | SDK was not initialized (nothing to shut down) |
FAILED | General failure |
See Also
RemoteSDK
The
Shutdown() method that returns this enumInitSDKResult
Result enum for the corresponding
Initialize() call