Class CTTelephonyNetworkInfo

  • All Implemented Interfaces:
    NSObject

    public class CTTelephonyNetworkInfo
    extends NSObject
    CTTelephonyNetworkInfo Discussion: The CTTelephonyNetworkInfo object is your entry point to the telephony service.
    • Constructor Detail

      • CTTelephonyNetworkInfo

        protected CTTelephonyNetworkInfo​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()
      • currentRadioAccessTechnology

        public java.lang.String currentRadioAccessTechnology()
        currentRadioAccessTechnology Discussion: The current radio access technology for each service of the device is registered with. May be nil if the device is not registered on any network.
      • setSubscriberCellularProviderDidUpdateNotifier

        public void setSubscriberCellularProviderDidUpdateNotifier​(CTTelephonyNetworkInfo.Block_setSubscriberCellularProviderDidUpdateNotifier value)
        subscriberCellularProviderDidUpdateNotifier Discussion: A block that will be dispatched on the default priority global dispatch queue when the subscriber's cellular provider information updates for the service. Set this property to a block that is defined in your application to receive the newly updated information.
      • subscriberCellularProvider

        public CTCarrier subscriberCellularProvider()
        subscriberCellularProvider Discussion: A CTCarrier object that contains information about the subscriber's home cellular service provider for the service.
      • subscriberCellularProviderDidUpdateNotifier

        public CTTelephonyNetworkInfo.Block_subscriberCellularProviderDidUpdateNotifier_ret subscriberCellularProviderDidUpdateNotifier()
        subscriberCellularProviderDidUpdateNotifier Discussion: A block that will be dispatched on the default priority global dispatch queue when the subscriber's cellular provider information updates for the service. Set this property to a block that is defined in your application to receive the newly updated information.
      • dataServiceIdentifier

        public java.lang.String dataServiceIdentifier()
        dataServiceIdentifier Discussion: An NSString representing the identifier of the service that's currently providing data.
      • serviceCurrentRadioAccessTechnology

        public NSDictionary<java.lang.String,​java.lang.String> serviceCurrentRadioAccessTechnology()
        serviceCurrentRadioAccessTechnology Discussion: A dictionary containing the current radio access technology each service is registered. The key to the dictionary is an NSString representing the service. An entry may be nil if the service is not registered on any network.
      • serviceSubscriberCellularProviders

        public NSDictionary<java.lang.String,​? extends CTCarrier> serviceSubscriberCellularProviders()
        serviceSubscriberCellularProviders Discussion: A dictionary containing CTCarrier objects for each service that contains information about the subscriber's home cellular service provider. The key to the dictionary is an NSString representing the service.
      • serviceSubscriberCellularProvidersDidUpdateNotifier

        public CTTelephonyNetworkInfo.Block_serviceSubscriberCellularProvidersDidUpdateNotifier_ret serviceSubscriberCellularProvidersDidUpdateNotifier()
        serviceSubscriberCellularProvidersDidUpdateNotifier Discussion: A block that will be dispatched on the default priority global dispatch queue when the subscriber's cellular provider information updates for any service. Set this property to a block that is defined in your application to receive the newly updated information. The NSString will contain the service identifier of the service whose information has changed. This can be used as the key into serviceSubscriberCellularProvider to obtain the new information.
      • setServiceSubscriberCellularProvidersDidUpdateNotifier

        public void setServiceSubscriberCellularProvidersDidUpdateNotifier​(CTTelephonyNetworkInfo.Block_setServiceSubscriberCellularProvidersDidUpdateNotifier value)
        serviceSubscriberCellularProvidersDidUpdateNotifier Discussion: A block that will be dispatched on the default priority global dispatch queue when the subscriber's cellular provider information updates for any service. Set this property to a block that is defined in your application to receive the newly updated information. The NSString will contain the service identifier of the service whose information has changed. This can be used as the key into serviceSubscriberCellularProvider to obtain the new information.