xamarinwatchos
namespace HealthKit
{
    [Introduced(PlatformName.WatchOS, 2, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "HKWorkoutSessionDelegate", WrapperType = typeof(HKWorkoutSessionDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidChangeToState", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(HKWorkoutSession), typeof(HKWorkoutSessionState), typeof(HKWorkoutSessionState), typeof(NSDate) }, Selector = "workoutSession:didChangeToState:fromState:date:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidFail", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(HKWorkoutSession), typeof(NSError) }, Selector = "workoutSession:didFailWithError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidGenerateEvent", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(HKWorkoutSession), typeof(HKWorkoutEvent) }, Selector = "workoutSession:didGenerateEvent:")]
    [Unavailable(PlatformName.iOS, PlatformArchitecture.All, null)]
    public interface IHKWorkoutSessionDelegate : INativeObject, IDisposable
}
.NET 8.09.0
Information specific to xamarinwatchos
Assembly

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

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

09/27/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙