HKMetadata Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HKMetadata() |
Creates a new HKMetadata object. |
HKMetadata(NSDictionary) |
Creates a new HKMetadata object with the data in |
HKMetadata()
Creates a new HKMetadata object.
[Foundation.Preserve(Conditional=true)]
public HKMetadata ();
- Attributes
Applies to
HKMetadata(NSDictionary)
Creates a new HKMetadata object with the data in dictionary
.
[Foundation.Preserve(Conditional=true)]
public HKMetadata (Foundation.NSDictionary dictionary);
new HealthKit.HKMetadata : Foundation.NSDictionary -> HealthKit.HKMetadata
Parameters
- dictionary
- NSDictionary
- Attributes