共用方式為


UIApplicationLaunchEventArgs 類別

定義

提供事件的資料。

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

建構函式

UIApplicationLaunchEventArgs(NSNotification)

初始化 UIApplicationLaunchEventArgs 類別的新實例。

屬性

LocationLaunch

應用程式是否因為使用者互動而啟動 (,而不是因為通知或處理 URL) 而開啟。

Notification

來自張貼通知的基礎 NSNotification 物件。

(繼承來源 NSNotificationEventArgs)
RemoteNotifications

字典,其承載是應用程式要處理的遠端通知。

SourceApplication

啟動此應用程式之應用程式的套件組合識別碼。

Url

此應用程式已啟動以處理的 URL。

適用於