Options
public struct Options : OptionSet
Specifies which events to monitor.
-
Monitor
levelDidChangeevents.Declaration
Swift
public static let levelDidChange: BatteryMonitor.Options -
Monitor
stateDidChangeevents.Declaration
Swift
public static let stateDidChange: BatteryMonitor.Options -
Monitor all events.
Declaration
Swift
public static let all: BatteryMonitor.Options
View on GitHub
Install in Dash
Options Structure Reference