namespace WatchKit
{
    [Protocol(Name = "WKExtensionDelegate", WrapperType = typeof(WKExtensionDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ApplicationDidFinishLaunching", Selector = "applicationDidFinishLaunching")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ApplicationDidBecomeActive", Selector = "applicationDidBecomeActive")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ApplicationWillResignActive", Selector = "applicationWillResignActive")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ApplicationWillEnterForeground", Selector = "applicationWillEnterForeground")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ApplicationDidEnterBackground", Selector = "applicationDidEnterBackground")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DeviceOrientationDidChange", Selector = "deviceOrientationDidChange")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleActiveWorkoutRecovery", Selector = "handleActiveWorkoutRecovery")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleRemoteNowPlayingActivity", Selector = "handleRemoteNowPlayingActivity")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleAction", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(string), typeof(NSDictionary) }, Selector = "handleActionWithIdentifier:forRemoteNotification:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleAction", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(string), typeof(UILocalNotification) }, Selector = "handleActionWithIdentifier:forLocalNotification:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleAction", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(string), typeof(NSDictionary), typeof(NSDictionary) }, Selector = "handleActionWithIdentifier:forRemoteNotification:withResponseInfo:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleAction", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(string), typeof(UILocalNotification), typeof(NSDictionary) }, Selector = "handleActionWithIdentifier:forLocalNotification:withResponseInfo:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleUserActivity", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSDictionary) }, Selector = "handleUserActivity:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleUserActivity", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSUserActivity) }, Selector = "handleActivity:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveRemoteNotification", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSDictionary) }, Selector = "didReceiveRemoteNotification:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveLocalNotification", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UILocalNotification) }, Selector = "didReceiveLocalNotification:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleBackgroundTasks", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSSet<WKRefreshBackgroundTask>) }, Selector = "handleBackgroundTasks:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleWorkoutConfiguration", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(HKWorkoutConfiguration) }, Selector = "handleWorkoutConfiguration:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleExtendedRuntimeSession", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(WKExtendedRuntimeSession) }, Selector = "handleExtendedRuntimeSession:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidRegisterForRemoteNotifications", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSData) }, Selector = "didRegisterForRemoteNotificationsWithDeviceToken:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFailToRegisterForRemoteNotifications", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSError) }, Selector = "didFailToRegisterForRemoteNotificationsWithError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleIntent", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V150) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INIntent), typeof(Action<INIntentResponse>) }, Selector = "handleIntent:completionHandler:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveRemoteNotification", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V151) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSDictionary), typeof(Action<WKBackgroundFetchResult>) }, Selector = "didReceiveRemoteNotification:fetchCompletionHandler:")]
    [Unavailable(PlatformName.iOS, PlatformArchitecture.All, null)]
    public interface IWKExtensionDelegate : INativeObject, IDisposable
}
Assembly Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
Xamarin watchOS 0.0
OS Platforms

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

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