다음을 통해 공유


CPApplicationDelegate.HandleEventsForBackgroundUrl 메서드

정의

sessionIdentifier 모든 백그라운드 전송이 완료되거나 인증이 필요합니다. 애플리케이션은 인터페이스를 업데이트한 다음 를 실행 completionHander해야 합니다.

[Foundation.Export("application:handleEventsForBackgroundURLSession:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void HandleEventsForBackgroundUrl (UIKit.UIApplication application, string sessionIdentifier, Action completionHandler);
abstract member HandleEventsForBackgroundUrl : UIKit.UIApplication * string * Action -> unit
override this.HandleEventsForBackgroundUrl : UIKit.UIApplication * string * Action -> unit

매개 변수

application
UIApplication

이 대리자 메서드를 호출한 UIApplication에 대한 참조입니다.

sessionIdentifier
String
completionHandler
Action
특성

적용 대상