Battery Saving

Defined in framework ScanditDataCaptureCore

SDCBatterySavingMode

Added in version 6.20.0

A feature that can help you extend the battery life of your phone when you are running low on power. It reduces some of the functions and features that consume more energy.

SDCBatterySavingModeOn

Added in version 6.20.0

The battery saving mode is always on, maximising the battery lifetime.

SDCBatterySavingModeOff

Added in version 6.20.0

The battery saving mode is always off, ensuring the standard performance.

SDCBatterySavingModeAuto

Added in version 6.20.0

The battery saving mode is automatically enabled when a higher than usual consumption of the battery is detected, balancing performance and battery lifetime.

NSStringFromBatterySavingMode(mode)
NSString *_Nonnull NSStringFromBatterySavingMode(SDCBatterySavingMode mode)

Added in version 6.21.0

SDCBatterySavingModeFromJSONString(JSONString, mode)
BOOL SDCBatterySavingModeFromJSONString(NSString *_Nonnull JSONString, SDCBatterySavingMode *_Nonnull mode)

Added in version 6.21.0

Deprecated since version 6.26.0: This function will be removed in the future.