Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.sanas.ai/llms.txt

Use this file to discover all available pages before exploring further.

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