Class HKHeartbeatSeriesBuilder

  • All Implemented Interfaces:
    NSObject

    public class HKHeartbeatSeriesBuilder
    extends HKSeriesBuilder
    HKHeartbeatSeriesBuilder An HKHeartbeatSeriesBuilder is used to generate an HKHeartbeatSeriesSample. This class is intended for generating an HKHeartbeatSeriesSample which represents a series of heartbeats. If the discard method is called, collected data will be deleted. Calling finishSeriesWithcompletion: will stop and complete the series. If the builder is deleted, or the client goes away before calling the finish method, data will be lost.
    • Constructor Detail

      • HKHeartbeatSeriesBuilder

        protected HKHeartbeatSeriesBuilder​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • addHeartbeatWithTimeIntervalSinceSeriesStartDatePrecededByGapCompletion

        public void addHeartbeatWithTimeIntervalSinceSeriesStartDatePrecededByGapCompletion​(double timeInterval,
                                                                                            boolean precededByGap,
                                                                                            HKHeartbeatSeriesBuilder.Block_addHeartbeatWithTimeIntervalSinceSeriesStartDatePrecededByGapCompletion completion)
        addHeartbeatWithTimeIntervalSinceSeriesStartDate:precededByGap:completion: Associate a heartbeat with the receiver. Use this method to asynchronously add a heartbeat to the series.
        Parameters:
        timeInterval - The elapsed time between the series startDate and the heartbeat occurence. Must be a positive value.
        precededByGap - Whether or not this heartbeat was preceded by a gap in data collection.
        completion - The completion callback handler returns the status of the save. If the completion handler success is NO, then error is non-nil. An error here is considered fatal and the series builder will be complete.
      • addMetadataCompletion

        public void addMetadataCompletion​(NSDictionary<java.lang.String,​?> metadata,
                                          HKHeartbeatSeriesBuilder.Block_addMetadataCompletion completion)
        addMetadata:completion: Adds new metadata to the builder instance. This method can be called more than once; each time the newly provided metadata will be incorporated in the same manner as -[NSMutableDictionary addEntriesFromDictionary:]. This operation is performed asynchronously and the completion will be executed on an arbitrary background queue.
        Parameters:
        metadata - The metadata to add to the builder.
        completion - Block to be called when the addition of metadata to the builder is complete. If success is YES, the metadata has been added to the builder successfully. If success is NO, error will be non-null and will contain the error encountered during the insertion operation. When an error occurs, the builder's metadata will remain unchanged.
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • finishSeriesWithCompletion

        public void finishSeriesWithCompletion​(HKHeartbeatSeriesBuilder.Block_finishSeriesWithCompletion completion)
        finishSeriesWithCompletion: Method to stop data collection and return the associated HKHeartbeatSeriesSample. Call this method when you have added all heartbeats to this builder. The completion handler will return the saved HKHeartbeatSeriesSample. If no heartbeat was added, then heartbeatSeries will be nil and an error returned. The receiver will be considered invalid afterwards and any further calls to it will result in an error.
        Parameters:
        completion - The completion callback handler returns the saved HKHeartbeatSeriesSample object. If heartbeatSeries is nil, an error will indicate why the series could not be returned including database inaccessibility during device lock. Subsequent requests for the HKHeartbeatSeriesSample can be made through HKSampleQuery or similar queries. To retrieve the data stored with an HKHeartbeatSeriesSample use HKHeartbeatSeriesQuery.
      • hash_static

        public static long hash_static()
      • initWithHealthStoreDeviceStartDate

        public HKHeartbeatSeriesBuilder initWithHealthStoreDeviceStartDate​(HKHealthStore healthStore,
                                                                           HKDevice device,
                                                                           NSDate startDate)
        initWithHealthStore:device:startDate: The designated initializer to create an HKHeartbeatSeriesBuilder. The HKHealthStore is retained during the life of the object for the saving of the series data and final return of the series sample.
        Parameters:
        healthStore - Specifies the HKHealthStore object to use for building the series.
        device - The optional device represents the HKDevice from which the data is provided.
        startDate - The start date of the HKHeartbeatSeriesSample that will be generated.
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • maximumCount

        public static long maximumCount()
        [@property] maximumCount The maximum number of heartbeats that can be added to an HKHeartbeatSeriesBuilder. Any calls to addHeartbeatWithTimeIntervalSinceSeriesStartDate:precededByGap:completion: once maximumCount has been reached will fail and an error will be returned in the completion handler.
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()