UIApplicationDelegate_Extensions.HandleEventsForBackgroundUrl 方法

定义

当与后台 相关的事件正在等待处理时引发。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void HandleEventsForBackgroundUrl (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, string sessionIdentifier, Action completionHandler);
static member HandleEventsForBackgroundUrl : UIKit.IUIApplicationDelegate * UIKit.UIApplication * string * Action -> unit

参数

This
IUIApplicationDelegate

此扩展方法在其上运行的实例。

application
UIApplication
sessionIdentifier
String
completionHandler
Action
属性

适用于