CBLPropertyCommonValueBatteryLevel
Objective-C
enum CBLPropertyCommonValueBatteryLevel : CBLPropertyCommonValue {}
Swift
enum PropertyCommonValueBatteryLevel : PropertyCommonValue, @unchecked Sendable
Battery level common values.
-
The value is equivalent to a full battery.
Declaration
Objective-C
CBLPropertyCommonValueBatteryLevelFull = 200Swift
case full = 200 -
The value is equivalent to a 75% full battery.
Declaration
Objective-C
CBLPropertyCommonValueBatteryLevelThreeQuartersSwift
case threeQuarters = 201 -
The value is equivalent to a 50% full battery.
Declaration
Objective-C
CBLPropertyCommonValueBatteryLevelHalfSwift
case half = 202 -
The value is equivalent to a 25% full battery.
Declaration
Objective-C
CBLPropertyCommonValueBatteryLevelOneQuarterSwift
case oneQuarter = 203 -
The value is equivalent to an empty battery. Typically the camera is flashing a red battery symbol at this point.
Declaration
Objective-C
CBLPropertyCommonValueBatteryLevelEmptySwift
case empty = 204