Contents

is(compatibleWith:)

Returns a Boolean value that indicates whether the quantity type is compatible with the given unit.

Declaration

func `is`(compatibleWith unit: HKUnit) -> Bool

Parameters

  • unit:

    The HealthKit unit to be checked.

Return Value

YES if the quantity type is compatible with the given unit; otherwise, NO.

Discussion

When creating a HealthKit quantity sample, the sample’s type and quantity object must use compatible units. For more information, see HKQuantity.

See Also

Accessing Quantity Type Data