Partager via


UIApplicationDelegate_Extensions.HandleOpenURL Méthode

Définition

Les développeurs doivent utiliser M:UIKit.UIApplicationDelegate.OpenUrl* plutôt que cette méthode dépréciée.

[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

Paramètres

This
IUIApplicationDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

application
UIApplication

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

url
NSUrl

Retours

Attributs

S’applique à