Type Property 型プロパティ

CTRadioAccessTechnologyDidChange

The name of the notification indicating that the radio access technology changed for one of the services. サービスの1つに対する変更された無線アクセス技術を指し示している通知の名前。

Declaration 宣言

static let CTRadioAccessTechnologyDidChange: NSNotification.Name

Discussion 議論

The notification’s object is an NSString that represents the service identifier of the service whose radio access technology has changed. Use this string as the key in serviceCurrentRadioAccessTechnology to get the value of the new radio access technology for the service. 通知のもつobjectNSStringです、それは、無線アクセス技術が変更されたサービスのサービス識別子を表します。この文字列をキーとしてserviceCurrentRadioAccessTechnologyにおいて使って、サービスに対する新しい無線アクセス技術の値を取得してください。

See Also 参照

Core Telephony