Share via


UIApplicationDelegate.HandleOpenURL(UIApplication, NSUrl) Method

Definition

Developers should use OpenUrl(UIApplication, NSUrl, String, NSObject) rather than this deprecated method.

[Foundation.Export("application:handleOpenURL:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool HandleOpenURL(UIKit.UIApplication application, Foundation.NSUrl url);
[<Foundation.Export("application:handleOpenURL:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member HandleOpenURL : UIKit.UIApplication * Foundation.NSUrl -> bool
override this.HandleOpenURL : UIKit.UIApplication * Foundation.NSUrl -> bool

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

url
NSUrl

Returns

Implements

Attributes

Applies to