Class CTTelephonyNetworkInfo

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class CTTelephonyNetworkInfo
extends NSObject
  • Constructor Details

    • CTTelephonyNetworkInfo

      public CTTelephonyNetworkInfo()
    • CTTelephonyNetworkInfo

      protected CTTelephonyNetworkInfo​(NSObject.Handle h, long handle)
    • CTTelephonyNetworkInfo

      protected CTTelephonyNetworkInfo​(NSObject.SkipInit skipInit)
  • Method Details

    • getDataServiceIdentifier

      public String getDataServiceIdentifier()
      Since:
      Available in iOS 13.0 and later.
    • getDelegate

      public CTTelephonyNetworkInfoDelegate getDelegate()
      Since:
      Available in iOS 13.0 and later.
    • setDelegate

      public void setDelegate​(CTTelephonyNetworkInfoDelegate v)
      Since:
      Available in iOS 13.0 and later.
    • getServiceSubscriberCellularProviders

      public NSDictionary<NSString,​CTCarrier> getServiceSubscriberCellularProviders()
      Since:
      Available in iOS 12.0 and later.
    • getSubscriberCellularProvider

      @Deprecated public CTCarrier getSubscriberCellularProvider()
      Deprecated.
      Deprecated in iOS 12.0. Use serviceSubscriberCellularProviders
    • getServiceSubscriberCellularProvidersDidUpdateNotifier

      public VoidBlock1<NSString> getServiceSubscriberCellularProvidersDidUpdateNotifier()
      Since:
      Available in iOS 12.0 and later.
    • setServiceSubscriberCellularProvidersDidUpdateNotifier

      public void setServiceSubscriberCellularProvidersDidUpdateNotifier​(VoidBlock1<NSString> v)
      Since:
      Available in iOS 12.0 and later.
    • getSubscriberCellularProviderDidUpdateNotifier

      @Deprecated public VoidBlock1<CTCarrier> getSubscriberCellularProviderDidUpdateNotifier()
      Deprecated.
      Deprecated in iOS 12.0. Use serviceSubscriberCellularProvidersDidUpdateNotifier
    • setSubscriberCellularProviderDidUpdateNotifier

      @Deprecated public void setSubscriberCellularProviderDidUpdateNotifier​(VoidBlock1<CTCarrier> v)
      Deprecated.
      Deprecated in iOS 12.0. Use serviceSubscriberCellularProvidersDidUpdateNotifier
    • getServiceCurrentRadioAccessTechnology

      public NSDictionary<NSString,​NSString> getServiceCurrentRadioAccessTechnology()
      Since:
      Available in iOS 12.0 and later.
    • getCurrentRadioAccessTechnology

      @Deprecated public CTRadioAccessTechnology getCurrentRadioAccessTechnology()
      Deprecated.
      Deprecated in iOS 12.0. Use serviceCurrentRadioAccessTechnology
    • ServiceRadioAccessTechnologyDidChangeNotification

      public static NSString ServiceRadioAccessTechnologyDidChangeNotification()
      Since:
      Available in iOS 12.0 and later.
    • RadioAccessTechnologyDidChangeNotification

      @Deprecated public static NSString RadioAccessTechnologyDidChangeNotification()
      Deprecated.
      Deprecated in iOS 12.0. Use CTServiceRadioAccessTechnologyDidChangeNotification