Contents

centralManager(_:didUpdateANCSAuthorizationFor:)

Tells the delegate the authorization status changed for a ANCS-requiring connected peripheral.

Declaration

optional func centralManager(_ central: CBCentralManager, didUpdateANCSAuthorizationFor peripheral: CBPeripheral)

Parameters

  • central:

    The central manager providing this information.

  • peripheral:

    The Cbperipheral that caused the event.