Class NEHotspotNetwork

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class NEHotspotNetwork
extends NSObject
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • NEHotspotNetwork

      public NEHotspotNetwork()
    • NEHotspotNetwork

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

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

    • getSSID

      public String getSSID()
      Since:
      Available in iOS 9.0 and later.
    • getBSSID

      public String getBSSID()
      Since:
      Available in iOS 9.0 and later.
    • getSecurityType

      public NEHotspotNetworkSecurityType getSecurityType()
      Since:
      Available in iOS 15.0 and later.
    • getSignalStrength

      public double getSignalStrength()
      Since:
      Available in iOS 9.0 and later.
    • isSecure

      public boolean isSecure()
      Since:
      Available in iOS 9.0 and later.
    • isAutoJoined

      public boolean isAutoJoined()
      Since:
      Available in iOS 9.0 and later.
    • isJustJoined

      public boolean isJustJoined()
      Since:
      Available in iOS 9.0 and later.
    • isChosenHelper

      public boolean isChosenHelper()
      Since:
      Available in iOS 9.0 and later.
    • fetchCurrent

      public static void fetchCurrent​(VoidBlock1<NEHotspotNetwork> completionHandler)
      Since:
      Available in iOS 14.0 and later.
    • setConfidence

      public void setConfidence​(NEHotspotHelperConfidence confidence)
      Since:
      Available in iOS 9.0 and later.
    • setPassword

      public void setPassword​(String password)
      Since:
      Available in iOS 9.0 and later.