Compartilhar via


CPApplicationDelegate.HandleOpenURL(UIApplication, NSUrl) Método

Definição

Os desenvolvedores de aplicativos não devem usar esse método preterido, mas usar M:UIKit.UIApplicationDelegate.OpenUrl* em vez disso.

[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

Parâmetros

application
UIApplication

Referência à UIApplication que invocou esse método delegado.

url
NSUrl

Retornos

Atributos

Aplica-se a