Show / Hide Table of Contents

    Class iOSHealthKitProbe

    Inheritance
    System.Object
    Probe
    PollingProbe
    iOSHealthKitProbe
    iOSHealthKitBiologicalSexProbe
    iOSHealthKitBirthdateProbe
    iOSHealthKitBloodTypeProbe
    iOSHealthKitFitzpatrickSkinTypeProbe
    iOSHealthKitSamplingProbe
    iOSHealthKitWheelChairUseProbe
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IPollingProbe
    IProbe
    Inherited Members
    PollingProbe.ProtectedStartAsync()
    PollingProbe.PollAsync(CancellationToken)
    PollingProbe.ProtectedStopAsync()
    PollingProbe.TestHealthAsync(List<AnalyticsTrackedEvent>)
    PollingProbe.ResetAsync()
    PollingProbe.PollingSleepDurationMS
    PollingProbe.PollingTimeoutMinutes
    PollingProbe.DefaultPollingSleepDurationMS
    PollingProbe.RawParticipation
    PollingProbe.DataRateSampleSize
    PollingProbe.MaxDataStoresPerSecond
    PollingProbe.PollTimes
    PollingProbe.AcPowerConnectPoll
    PollingProbe.AcPowerConnectPollOverridesScheduledPolls
    PollingProbe.SignificantChangePoll
    PollingProbe.SignificantChangePollOverridesScheduledPolls
    PollingProbe.AlertUserWhenBackgrounded
    PollingProbe.DelayToleranceBeforeMS
    PollingProbe.DelayToleranceAfterMS
    PollingProbe.CollectionDescription
    Probe.GetAll()
    Probe.add_MostRecentDatumChanged(Probe.MostRecentDatumChangedDelegateAsync)
    Probe.remove_MostRecentDatumChanged(Probe.MostRecentDatumChangedDelegateAsync)
    Probe.StartAsync()
    Probe.StoreDatumAsync(Datum, Nullable<CancellationToken>)
    Probe.ProcessDataAsync(CancellationToken)
    Probe.GetParticipation()
    Probe.StopAsync()
    Probe.RestartAsync()
    Probe.GetChart()
    Probe.GetChartSeries()
    Probe.GetChartPrimaryAxis()
    Probe.GetChartSecondaryAxis()
    Probe.GetChartDataPointFromDatum(Datum)
    Probe.DisplayName
    Probe.Enabled
    Probe.OriginallyEnabled
    Probe.State
    Probe.MostRecentStoreTimestamp
    Probe.Protocol
    Probe.StoreData
    Probe.AllowDisableOnStartUp
    Probe.DatumType
    Probe.StartStopTimes
    Probe.SuccessfulHealthTestTimes
    Probe.MaxChartDataCount
    Probe.Caption
    Probe.SubCaption
    Probe.MostRecentDatumChanged
    Probe.PropertyChanged
    Namespace: Sensus.iOS.Probes.User.Health
    Assembly: SensusiOS.dll
    Syntax
    public abstract class iOSHealthKitProbe : PollingProbe, INotifyPropertyChanged, IPollingProbe, IProbe

    Constructors

    iOSHealthKitProbe(HKObjectType)

    Declaration
    protected iOSHealthKitProbe(HKObjectType objectType)
    Parameters
    Type Name Description
    HealthKit.HKObjectType objectType

    Properties

    HealthStore

    Declaration
    protected HKHealthStore HealthStore { get; }
    Property Value
    Type Description
    HealthKit.HKHealthStore

    ObjectType

    Declaration
    public HKObjectType ObjectType { get; }
    Property Value
    Type Description
    HealthKit.HKObjectType

    Methods

    InitializeAsync()

    Declaration
    protected override Task InitializeAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Probe.InitializeAsync()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IPollingProbe
    IProbe
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX