UIApplicationLaunchEventArgs 类

定义

为该事件提供数据。

public class UIApplicationLaunchEventArgs : Foundation.NSNotificationEventArgs
type UIApplicationLaunchEventArgs = class
    inherit NSNotificationEventArgs
继承
UIApplicationLaunchEventArgs

构造函数

UIApplicationLaunchEventArgs(NSNotification)

初始化 UIApplicationLaunchEventArgs 类的新实例。

属性

LocationLaunch

应用是因用户交互而启动的, (而不是由于通知而打开,还是处理 URL) 。

Notification

已发布通知中的基础 NSNotification 对象。

(继承自 NSNotificationEventArgs)
RemoteNotifications

一个字典,其有效负载是要处理的应用的远程通知。

SourceApplication

启动此应用的应用的捆绑 ID。

Url

启动此应用以处理的 URL。

适用于