net9.0-ios
namespace UIKit
{
    [Protocol(Name = "UISceneDelegate", WrapperType = typeof(UISceneDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillConnect", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIScene), typeof(UISceneSession), typeof(UISceneConnectionOptions) }, Selector = "scene:willConnectToSession:options:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidDisconnect", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIScene) }, Selector = "sceneDidDisconnect:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidBecomeActive", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIScene) }, Selector = "sceneDidBecomeActive:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillResignActive", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIScene) }, Selector = "sceneWillResignActive:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillEnterForeground", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIScene) }, Selector = "sceneWillEnterForeground:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidEnterBackground", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIScene) }, Selector = "sceneDidEnterBackground:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OpenUrlContexts", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIScene), typeof(NSSet<UIOpenUrlContext>) }, Selector = "scene:openURLContexts:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RestoreInteractionState", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIScene), typeof(NSUserActivity) }, Selector = "scene:restoreInteractionStateWithUserActivity:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillContinueUserActivity", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIScene), typeof(string) }, Selector = "scene:willContinueUserActivityWithType:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ContinueUserActivity", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIScene), typeof(NSUserActivity) }, Selector = "scene:continueUserActivity:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFailToContinueUserActivity", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIScene), typeof(string), typeof(NSError) }, Selector = "scene:didFailToContinueUserActivityWithType:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidUpdateUserActivity", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIScene), typeof(NSUserActivity) }, Selector = "scene:didUpdateUserActivity:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetStateRestorationActivity", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIScene) }, ReturnType = typeof(NSUserActivity), Selector = "stateRestorationActivityForScene:")]
    [SupportedOSPlatform("ios13.0")]
    [SupportedOSPlatform("tvos13.0")]
    [SupportedOSPlatform("maccatalyst")]
    [UnsupportedOSPlatform("macos")]
    public interface IUISceneDelegate : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
Assembly Microsoft.iOS , Version=17.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.0-ios6.0-maccatalyst6.0-tvos7.0-ios7.0-maccatalyst7.0-tvos8.0-ios8.0-maccatalyst8.0-tvos9.0-ios9.0-maccatalyst9.0-tvos
Xamarin iOS 0.0
Xamarin tvOS 0.0
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • iOS >= 13
  • Mac Catalyst
  • macOS
  • tvOS >= 13
  • Built-in API
  • Package-provided API

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