다음을 통해 공유


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

반환

특성

적용 대상