Class NEHotspotConfigurationManager

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class NEHotspotConfigurationManager
    extends NSObject
    Since:
    Available in iOS 11.0 and later.
    • Constructor Detail

      • NEHotspotConfigurationManager

        public NEHotspotConfigurationManager()
      • NEHotspotConfigurationManager

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

        protected NEHotspotConfigurationManager​(NSObject.SkipInit skipInit)
    • Method Detail

      • applyConfiguration

        public void applyConfiguration​(NEHotspotConfiguration configuration,
                                       org.robovm.objc.block.VoidBlock1<NSError> completionHandler)
        Since:
        Available in iOS 11.0 and later.
      • removeConfigurationForSSID

        public void removeConfigurationForSSID​(java.lang.String SSID)
        Since:
        Available in iOS 11.0 and later.
      • removeConfigurationForHS20DomainName

        public void removeConfigurationForHS20DomainName​(java.lang.String domainName)
        Since:
        Available in iOS 11.0 and later.
      • getConfiguredSSIDs

        public void getConfiguredSSIDs​(org.robovm.objc.block.VoidBlock1<NSArray<NSString>> completionHandler)
        Since:
        Available in iOS 11.0 and later.