UIApplicationDelegate.GetConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("application:configurationForConnectingSceneSession:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UISceneConfiguration GetConfiguration(UIKit.UIApplication application, UIKit.UISceneSession connectingSceneSession, UIKit.UISceneConnectionOptions options);
[<Foundation.Export("application:configurationForConnectingSceneSession:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetConfiguration : UIKit.UIApplication * UIKit.UISceneSession * UIKit.UISceneConnectionOptions -> UIKit.UISceneConfiguration
override this.GetConfiguration : UIKit.UIApplication * UIKit.UISceneSession * UIKit.UISceneConnectionOptions -> UIKit.UISceneConfiguration
Parameters
- application
- UIApplication
- connectingSceneSession
- UISceneSession
- options
- UISceneConnectionOptions
Returns
Implements
- Attributes