Type Property 型プロパティ

CTServiceRadioAccessTechnologyDidChange

A notification that posts when radio access technology changes. 無線アクセス技術が変化する時に投函する通知。

Declaration 宣言

static let CTServiceRadioAccessTechnologyDidChange: NSNotification.Name

Discussion 議論

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

See Also 参照

Core Telephony