Condividi tramite


UIApplicationDelegate_Extensions.HandleOpenURL Metodo

Definizione

Gli sviluppatori devono usare anziché questo metodo deprecato.

[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

Parametri

This
IUIApplicationDelegate

Istanza in cui funziona questo metodo di estensione.

application
UIApplication

Riferimento all'interfaccia utenteApplication che ha richiamato questo metodo delegato.

url
NSUrl

Restituisce

Attributi

Si applica a