enableBackgroundDelivery

abstract suspend fun enableBackgroundDelivery(types: List<HealthDataType>, frequency: HealthUpdateFrequency = HealthUpdateFrequency.Immediate): Result<Unit>

Enable background delivery for the specified types. On iOS, this calls HKHealthStore.enableBackgroundDeliveryForType.