次の方法で共有


UIApplicationDelegate_Extensions.HandleOpenURL メソッド

定義

開発者は、この非推奨のメソッドではなく M:UIKit.UIApplicationDelegate.OpenUrl* を 使用する必要があります。

[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

パラメーター

This
IUIApplicationDelegate

この拡張メソッドが動作するインスタンス。

application
UIApplication

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

url
NSUrl

戻り値

属性

適用対象