型プロパティ
location
着信ロケーションイベントを処理するためにアプリが起動されたことを示すキー。
宣言
static let location: UIApplication.LaunchOptionsKey
議論
このキーの値は、ブール値を含む NSNumber (NSNumber) オブジェクトです。このキーの存在をシグナルとして使用して、CLLocationManager (CLLocationManager) オブジェクトを作成し、位置情報サービスを再開する必要があります。位置データは、位置マネージャのデリゲートにのみ配信され、このキーは使用されません。
以下も見よ
起動オプションへのアクセス
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 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
ローカル通知を処理するためにアプリが起動されたことを示すキー。
  廃止