Contents

delegate

The delegate object that you want to receive central manager events.

Declaration

weak var delegate: (any CBCentralManagerDelegate)? { get set }

Discussion

For information about how to implement your central manager delegate, see CBCentralManagerDelegate.