Uses of Class
org.robovm.apple.healthkit.HKUpdateFrequency
| Package | Description |
|---|---|
| org.robovm.apple.healthkit |
-
Uses of HKUpdateFrequency in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return HKUpdateFrequency Modifier and Type Method Description static HKUpdateFrequencyHKUpdateFrequency. valueOf(long n)Returns the enum constant of this type with the specified name.static HKUpdateFrequencyHKUpdateFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static HKUpdateFrequency[]HKUpdateFrequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.healthkit with parameters of type HKUpdateFrequency Modifier and Type Method Description voidHKHealthStore. enableBackgroundDeliveryForType(HKObjectType type, HKUpdateFrequency frequency, VoidBlock2<Boolean,NSError> completion)