xamarinios
namespace HealthKit
{
    [Introduced(PlatformName.WatchOS, 2, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
    [Register("HKStatisticsCollectionQuery", true)]
    public class HKStatisticsCollectionQuery : HKQuery
    {
        [Obsolete("Use 'StatisticsUpdated', this handler uses an incorrect type and does nothing to avoid a crash.")]
        public virtual HKStatisticsCollectionQueryInitialResultsHandler StatisticsUpdateHandler { get; set; }
    }
}
Xamarin iOS
0.0
Information specific to xamarinios
Assembly

Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Obsolete Use 'StatisticsUpdated', this handler uses an incorrect type and does nothing to avoid a crash.
Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API