Contents

supports(_:)

Returns a Boolean that indicates whether the device supports a specific set of features.

Declaration

class func supports(_ features: CBCentralManager.Feature) -> Bool

Parameters

  • features:

    One or more features that you would like to check for support.

See Also

Inspecting Feature Support