型プロパティ
bluetoothCentrals
Bluetooth 関連のイベントを処理するためにアプリが再起動されたことを示すキー。
宣言
static let bluetoothCentrals: UIApplication.LaunchOptionsKey
議論
このキーの存在は、アプリに以前 1 つ以上の CBCentralManager (CBCentralManager) オブジェクトがあり、それらのオブジェクトに関連したアクションを続行するために Bluetooth システムによって再起動されたことを示します。このキーの値は、1 つ以上のNSString オブジェクトを含む NSArray オブジェクトです。
配列内の各文字列は、セントラルマネージャーオブジェクトの復元 ID を表します。これは、以前にあなたがセントラルマネージャオブジェクトを初期化したときに CBCentralManagerOptionRestoreIdentifierKey キーに割り当てたのと同じ文字列です。システムは、アクティブなまたは保留中の周辺接続があるか、周辺機器をスキャンしていたセントラルマネージャーに対してのみ復元 ID を提供します。
以下も見よ
起動オプションへのアクセス
static let annotation: UIApplication.LaunchOptionsKey
あなたのアプリに渡された URL にソースアプリからのカスタムの注釈データが含まれていることを示すキー。
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
ローカル通知を処理するためにアプリが起動されたことを示すキー。
  廃止