Share via


UIApplicationDelegate_Extensions.HandleOpenURL Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool HandleOpenURL(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSUrl url);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member HandleOpenURL : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSUrl -> bool

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

url
NSUrl

Returns

Attributes

Applies to