UIScene
Notifications
UIScene(IntPtr)
UIScene(NativeHandle)
UIScene(NSObjectFlag)
UIScene(UISceneSession, UISceneConnectionOptions)
ActivationConditions
ActivationState
ClassHandle
Delegate
DidActivateNotification
DidDisconnectNotification
DidEnterBackgroundNotification
PointerLockState
Session
Subtitle
Title
WeakDelegate
WillConnectNotification
WillDeactivateNotification
WillEnterForegroundNotification
CompleteStateRestoration()
ExtendStateRestoration()
OpenUrl(NSUrl, UISceneOpenExternalUrlOptions, Action<Boolean>)
OpenUrlAsync(NSUrl, UISceneOpenExternalUrlOptions)
xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 13, 0, PlatformArchitecture.All, null)]
[Register("UIScene", true)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public class UIScene : UIResponder
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual NSObject? WeakDelegate
{
[Export("delegate", ArgumentSemantic.Retain)]
get;
[Export("setDelegate:", ArgumentSemantic.Retain)]
set;
}
}
}
.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