Class iOSHealthKitProbe
Inheritance
System.Object
iOSHealthKitProbe
Implements
System.ComponentModel.INotifyPropertyChanged
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
Implements
System.ComponentModel.INotifyPropertyChanged