構造体
UIApplication.LaunchOptionsKey
システムが初期化時にあなたのアプリに渡す起動オプション辞書内の値にアクセスするために使用するキー。
宣言
struct LaunchOptionsKey, @unchecked Sendable
概観
これらのキーは、アプリデリゲートの application(_:willFinishLaunchingWithOptions:) および application(_:didFinishLaunchingWithOptions:) メソッドに渡されるオプション辞書に渡されます。
トピックス
起動オプションへのアクセス
static let annotation: UIApplication.LaunchOptionsKey
あなたのアプリに渡された URL にソースアプリからのカスタムの注釈データが含まれていることを示すキー。
static let bluetoothCentrals: UIApplication.LaunchOptionsKey
Bluetooth 関連のイベントを処理するためにアプリが再起動されたことを示すキー。
static let bluetoothPeripherals: UIApplication.LaunchOptionsKey
アプリが Bluetooth 周辺オブジェクトに関連したアクションを続行する必要があることを示すキー。
static let cloudKitShareMetadata: UIApplication.LaunchOptionsKey
アプリが CloudKit 共有の招待を受け取ったことを示すキー。
static let location: UIApplication.LaunchOptionsKey
着信ロケーションイベントを処理するためにアプリが起動されたことを示すキー。
static let newsstandDownloads: UIApplication.LaunchOptionsKey
新しくダウンロードされた Newsstand アセットを処理するためにアプリが起動されたことを示すキー。
static let remoteNotification: UIApplication.LaunchOptionsKey
アプリが処理できるリモート通知を利用できることを示すキー。
static let shortcutItem: UIApplication.LaunchOptionsKey
ユーザがホームスクリーンの素早いアクションを選択したことに応答してアプリが起動されたことを示すキー。
static let sourceApplication: UIApplication.LaunchOptionsKey
別のアプリがアプリの起動をリクエストしたことを示すキー。
static let url: UIApplication.LaunchOptionsKey
指定された URL を開くことができるようにアプリが起動されたことを示すキー。
static let userActivityDictionary: UIApplication.LaunchOptionsKey
ユーザが続行したいアクティビティに関連した辞書を示すキー。
static let userActivityType: UIApplication.LaunchOptionsKey
ユーザが続行したいユーザアクティビティの型を示すキー。
static let localNotification: UIApplication.LaunchOptionsKey
ローカル通知を処理するためにアプリが起動されたことを示すキー。
  廃止  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
2022年3月15日:作成中
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
以下も見よ
起動時
アプリの起動シーケンスについて (About the App Launch Sequence)
アプリの起動時にシステムがあなたのコードを実行する順序を学びます。
複数の起動の間でアプリの UI を保持 (Preserving Your App's UI Across Launches)
システムがアプリを終了した後、アプリを以前の状態に戻します。