Package org.robovm.apple.healthkit
Class HKCumulativeQuantitySeriesSample
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.healthkit.HKObject
org.robovm.apple.healthkit.HKSample
org.robovm.apple.healthkit.HKQuantitySample
org.robovm.apple.healthkit.HKCumulativeQuantitySample
org.robovm.apple.healthkit.HKCumulativeQuantitySeriesSample
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
@Deprecated public class HKCumulativeQuantitySeriesSample extends HKCumulativeQuantitySample
Deprecated.
Deprecated in iOS 13.0. Use HKCumulativeQuantitySample
- Since:
- Available in iOS 12.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHKCumulativeQuantitySeriesSample.HKCumulativeQuantitySeriesSamplePtrDeprecated.Nested classes/interfaces inherited from class org.robovm.apple.healthkit.HKCumulativeQuantitySample
HKCumulativeQuantitySample.HKCumulativeQuantitySamplePtrNested classes/interfaces inherited from class org.robovm.apple.healthkit.HKQuantitySample
HKQuantitySample.HKQuantitySamplePtrNested classes/interfaces inherited from class org.robovm.apple.healthkit.HKSample
HKSample.HKSamplePtrNested classes/interfaces inherited from class org.robovm.apple.healthkit.HKObject
HKObject.HKObjectPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedHKCumulativeQuantitySeriesSample()Deprecated.protectedHKCumulativeQuantitySeriesSample(NSObject.Handle h, long handle)Deprecated.protectedHKCumulativeQuantitySeriesSample(NSObject.SkipInit skipInit)Deprecated. -
Method Summary
Modifier and Type Method Description static HKCumulativeQuantitySeriesSamplecreate(HKQuantityType quantityType, HKQuantity quantity, NSDate startDate, NSDate endDate)Deprecated.static HKCumulativeQuantitySeriesSamplecreate(HKQuantityType quantityType, HKQuantity quantity, NSDate startDate, NSDate endDate, HKDevice device, HKMetadata metadata)Deprecated.static HKCumulativeQuantitySeriesSamplecreate(HKQuantityType quantityType, HKQuantity quantity, NSDate startDate, NSDate endDate, HKMetadata metadata)Deprecated.HKQuantitygetSum()Deprecated.static booleansupportsSecureCoding()Deprecated.Methods inherited from class org.robovm.apple.healthkit.HKQuantitySample
getCount, getQuantity, getQuantityTypeMethods inherited from class org.robovm.apple.healthkit.HKSample
getEndDate, getSampleType, getStartDate, hasUndeterminedDurationMethods inherited from class org.robovm.apple.healthkit.HKObject
encode, getDevice, getMetadata, getSource, getSourceRevision, getUUID, initMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
HKCumulativeQuantitySeriesSample
protected HKCumulativeQuantitySeriesSample()Deprecated. -
HKCumulativeQuantitySeriesSample
Deprecated. -
HKCumulativeQuantitySeriesSample
Deprecated.
-
-
Method Details
-
getSum
Deprecated. -
supportsSecureCoding
public static boolean supportsSecureCoding()Deprecated. -
create
public static HKCumulativeQuantitySeriesSample create(HKQuantityType quantityType, HKQuantity quantity, NSDate startDate, NSDate endDate)Deprecated. -
create
public static HKCumulativeQuantitySeriesSample create(HKQuantityType quantityType, HKQuantity quantity, NSDate startDate, NSDate endDate, HKMetadata metadata)Deprecated. -
create
public static HKCumulativeQuantitySeriesSample create(HKQuantityType quantityType, HKQuantity quantity, NSDate startDate, NSDate endDate, HKDevice device, HKMetadata metadata)Deprecated.- Since:
- Available in iOS 9.0 and later.
-