次の方法で共有


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。

適用対象