Set or clear the default-thresholds callback.
Declared in <ball_categorymanager.h>
void
setDefaultThresholdLevelsCallback(DefaultThresholdLevelsCallback const* defaultThresholdLevelsCallback);
Set the default-thresholds callback to the specified defaultThresholdLevelsCallback if it is not null, and remove any existing callback if defaultThresholdLevelsCallback is null.
| Name | Description |
|---|---|
| defaultThresholdLevelsCallback | callback to install, or null |