Class NEHotspotNetwork

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

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

      • NEHotspotNetwork

        public NEHotspotNetwork()
      • NEHotspotNetwork

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

      • getSSID

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

        public java.lang.String getBSSID()
        Since:
        Available in iOS 9.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.
      • setPassword

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