Partager via


CPApplicationDelegate.HandleOpenURL(UIApplication, NSUrl) Méthode

Définition

Les développeurs d’applications ne doivent pas utiliser cette méthode déconseillée, mais utiliser M:UIKit.UIApplicationDelegate.OpenUrl* à la place.

[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

Paramètres

application
UIApplication

Référence à l’UIApplication qui a appelé cette méthode de délégué.

url
NSUrl

Retours

Attributs

S’applique à