BoxedAppSDK_EnableOption
Description
You can control the behavior of the SDK by enabling or disabling specific options. The function BoxedAppSDK_EnableOption sets the value of a given option. Each option can be turned on or off, and every option has a default state.
See the full list of available options here: BoxedApp SDK Options.
Syntax
void __stdcall BoxedAppSDK_EnableOption(DWORD dwOptionIndex, BOOL bEnable);procedure BoxedAppSDK_EnableOption(dwOptionIndex: DWORD; bEnable: BOOL); stdcall;Parameters
dwOptionIndex
The index of the option to configure.
See BoxedApp SDK Options for the full list of available options.
bEnable
Set to TRUE to enable the option, or FALSE to disable it.