Represents the options for closing the SDK.

interface ISDKCloseOptions {
    force?: boolean;
}

Properties

Properties

force?: boolean

Whether to force close the SDK.