UIApplicationDelegate.HandleOpenURL(UIApplication, NSUrl) Method

Definition

Application developers should not use this deprecated method but use M:UIKit.UIApplicationDelegate.OpenUrl* instead.

[Foundation.Export("application:handleOpenURL:")]
[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 virtual bool HandleOpenURL (UIKit.UIApplication application, Foundation.NSUrl url);
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

Attributes

Applies to