state
The current state of the manager.
Declaration
var state: CBManagerState { get }Discussion
This state is initially set to CBManagerState.unknown. When the state updates, the manager calls its delegate’s centralManagerDidUpdateState(_:) method.
The current state of the manager.
var state: CBManagerState { get }This state is initially set to CBManagerState.unknown. When the state updates, the manager calls its delegate’s centralManagerDidUpdateState(_:) method.