IUIWindowSceneDelegate
CreatePlatformWindow(IUIWindowSceneDelegate, IApplication, UIScene, UISceneSession, UISceneConnectionOptions)
DidUpdateCoordinateSpace(IUIWindowSceneDelegate, UIWindowScene, IUICoordinateSpace, UIInterfaceOrientation, UITraitCollection)
GetWindow(IUIWindowSceneDelegate)
PerformAction(IUIWindowSceneDelegate, UIWindowScene, UIApplicationShortcutItem, Action<Boolean>)
SetWindow(IUIWindowSceneDelegate, UIWindow)
UserDidAcceptCloudKitShare(IUIWindowSceneDelegate, UIWindowScene, CKShareMetadata)
xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 13, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UIWindowSceneDelegate", WrapperType = typeof(UIWindowSceneDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidUpdateCoordinateSpace", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UIWindowScene), typeof(IUICoordinateSpace), typeof(UIInterfaceOrientation), typeof(UITraitCollection) }, Selector = "windowScene:didUpdateCoordinateSpace:interfaceOrientation:traitCollection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "UserDidAcceptCloudKitShare", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIWindowScene), typeof(CKShareMetadata) }, Selector = "windowScene:userDidAcceptCloudKitShareWithMetadata:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PerformAction", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V4) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIWindowScene), typeof(UIApplicationShortcutItem), typeof(Action<bool>) }, Selector = "windowScene:performActionForShortcutItem:completionHandler:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "window", IsProperty = true, IsRequired = false, IsStatic = false, Name = "Window", PropertyType = typeof(UIWindow), Selector = "window", SetterSelector = "setWindow:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface IUIWindowSceneDelegate : INativeObject, IDisposable, IUISceneDelegate
}
nuget.org | 0.0 %
Reference this API 0.0 %
Derive from this class or interface |
---|---|
.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