Class NEHotspotConfigurationManager

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

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

    • NEHotspotConfigurationManager

      public NEHotspotConfigurationManager()
    • NEHotspotConfigurationManager

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

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

    • getSharedManager

      public static NEHotspotConfigurationManager getSharedManager()
    • applyConfiguration

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

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

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

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