UIApplicationDelegate_Extensions.HandleOpenURL Method

Definition

Developers should use M:UIKit.UIApplicationDelegate.OpenUrl* rather than this deprecated method.

[ObjCRuntime.Obsoleted(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, "Override 'OpenUrl (UIApplication, NSUrl, NSDictionary)'. The later will be called if both are implemented.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool HandleOpenURL (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSUrl url);
static member HandleOpenURL : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSUrl -> bool

Parameters

This
IUIApplicationDelegate

The instance on which this extension method operates.

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

url
NSUrl

Returns

Attributes

Applies to