다음을 통해 공유


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

반환

특성

적용 대상