次の方法で共有


CPApplicationDelegate.HandleOpenURL(UIApplication, NSUrl) メソッド

定義

アプリケーション開発者はこの非推奨のメソッドを使用しないでくださいが、代わりに M:UIKit.UIApplicationDelegate.OpenUrl* を 使用してください。

[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

パラメーター

application
UIApplication

このデリゲート メソッドを呼び出した UIApplication への参照。

url
NSUrl

戻り値

属性

適用対象