Contents

registerForConnectionEvents(options:)

Register for an event notification when the central manager makes a connection matching the given options.

Declaration

func registerForConnectionEvents(options: [CBConnectionEventMatchingOption : Any]? = nil)

Parameters

Discussion

When the central manager makes a connection that matches the options, it calls the delegate’s centralManager(_:connectionEventDidOccur:for:) method.

See Also

Receiving Connection Events