static let CTServiceRadioAccessTechnologyDidChange : NSNotification.Name
A notification that posts when radio access technology changes.
無線アクセス技術が変化する時に投函する通知。
Availability 有効性
Technology
static let CTRadioAccessTechnologyDidChange: NSNotification
.Name
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 service
to get the value of the new radio access technology for the service.
通知のもつobject
はNSString
です、それは、無線アクセス技術が変更されたサービスのサービス識別子を表します。この文字列をキーとしてservice
において使って、サービスに対する新しい無線アクセス技術の値を取得してください。
static let CTServiceRadioAccessTechnologyDidChange : NSNotification.Name