Skip to main content
.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. UIKit
  3. UISceneDelegate
  4. DidDisconnect(UIScene)
  • UISceneDelegate
    • UISceneDelegate()
    • UISceneDelegate(IntPtr)
    • UISceneDelegate(NativeHandle)
    • UISceneDelegate(NSObjectFlag)
    • ContinueUserActivity(UIScene, NSUserActivity)
    • DidBecomeActive(UIScene)
    • DidDisconnect(UIScene)
    • DidEnterBackground(UIScene)
    • DidFailToContinueUserActivity(UIScene, String, NSError)
    • DidUpdateUserActivity(UIScene, NSUserActivity)
    • GetStateRestorationActivity(UIScene)
    • OpenUrlContexts(UIScene, NSSet<UIOpenUrlContext>)
    • RestoreInteractionState(UIScene, NSUserActivity)
    • WillConnect(UIScene, UISceneSession, UISceneConnectionOptions)
    • WillContinueUserActivity(UIScene, String)
    • WillEnterForeground(UIScene)
    • WillResignActive(UIScene)
xamarinios
namespace UIKit
{
    [Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.TvOS, 13, 0, PlatformArchitecture.All, null)]
    [Model]
    [Protocol]
    [Register("Xamarin_iOS__UIKit_UISceneDelegate", false)]
    [Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
    public class UISceneDelegate : NSObject, INativeObject, IDisposable, IUISceneDelegate
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("sceneDidDisconnect:")]
        public virtual void DidDisconnect(UIScene! scene);
    }
}
.NET
6.07.08.09.0
Information specific to xamarinios
Assembly

Xamarin.iOS , 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
Search

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