xamarintvos
namespace UIKit
{
    [Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.TvOS, 13, 0, PlatformArchitecture.All, null)]
    [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 = "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:")]
    [Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
    public interface IUISceneDelegate : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
.NET 6.07.08.09.0
Information specific to xamarintvos
Assembly

Xamarin.TVOS , 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

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