Class NEHotspotConfiguration
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.networkextension.NEHotspotConfiguration
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class NEHotspotConfiguration extends NSObject implements NSSecureCoding
- Since:
- Available in iOS 11.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNEHotspotConfiguration.NEHotspotConfigurationPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description NEHotspotConfiguration()NEHotspotConfiguration(String SSID)NEHotspotConfiguration(String SSID, String passphrase, boolean isWEP)NEHotspotConfiguration(String SSID, NEHotspotEAPSettings eapSettings)NEHotspotConfiguration(NSCoder coder)protectedNEHotspotConfiguration(NSObject.Handle h, long handle)protectedNEHotspotConfiguration(NSObject.SkipInit skipInit)NEHotspotConfiguration(NEHotspotHS20Settings hs20Settings, NEHotspotEAPSettings eapSettings) -
Method Summary
Modifier and Type Method Description static NEHotspotConfigurationcreateUsingSSID(String SSIDPrefix)static NEHotspotConfigurationcreateUsingSSID(String SSIDPrefix, String passphrase, boolean isWEP)voidencode(NSCoder coder)NSNumbergetLifeTimeInDays()StringgetSSID()StringgetSSIDPrefix()protected longinit(String SSID)protected longinit(String SSID, String passphrase, boolean isWEP)protected longinit(String SSID, NEHotspotEAPSettings eapSettings)protected longinit(NSCoder coder)protected longinit(NEHotspotHS20Settings hs20Settings, NEHotspotEAPSettings eapSettings)protected longinitUsingSSID(String SSIDPrefix)protected longinitUsingSSID(String SSIDPrefix, String passphrase, boolean isWEP)booleanisHidden()booleanisJoinOnce()voidsetHidden(boolean v)voidsetJoinOnce(boolean v)voidsetLifeTimeInDays(NSNumber v)static booleansupportsSecureCoding()Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
NEHotspotConfiguration
public NEHotspotConfiguration() -
NEHotspotConfiguration
-
NEHotspotConfiguration
-
NEHotspotConfiguration
- Since:
- Available in iOS 11.0 and later.
-
NEHotspotConfiguration
- Since:
- Available in iOS 11.0 and later.
-
NEHotspotConfiguration
- Since:
- Available in iOS 11.0 and later.
-
NEHotspotConfiguration
public NEHotspotConfiguration(NEHotspotHS20Settings hs20Settings, NEHotspotEAPSettings eapSettings)- Since:
- Available in iOS 11.0 and later.
-
NEHotspotConfiguration
-
-
Method Details
-
createUsingSSID
- Since:
- Available in iOS 13.0 and later.
-
createUsingSSID
public static NEHotspotConfiguration createUsingSSID(String SSIDPrefix, String passphrase, boolean isWEP)- Since:
- Available in iOS 13.0 and later.
-
getSSID
- Since:
- Available in iOS 11.0 and later.
-
getSSIDPrefix
- Since:
- Available in iOS 13.0 and later.
-
isJoinOnce
public boolean isJoinOnce()- Since:
- Available in iOS 11.0 and later.
-
setJoinOnce
public void setJoinOnce(boolean v)- Since:
- Available in iOS 11.0 and later.
-
getLifeTimeInDays
- Since:
- Available in iOS 11.0 and later.
-
setLifeTimeInDays
- Since:
- Available in iOS 11.0 and later.
-
isHidden
public boolean isHidden()- Since:
- Available in iOS 13.0 and later.
-
setHidden
public void setHidden(boolean v)- Since:
- Available in iOS 13.0 and later.
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
init
- Since:
- Available in iOS 11.0 and later.
-
init
- Since:
- Available in iOS 11.0 and later.
-
init
- Since:
- Available in iOS 11.0 and later.
-
init
- Since:
- Available in iOS 11.0 and later.
-
initUsingSSID
- Since:
- Available in iOS 13.0 and later.
-
initUsingSSID
- Since:
- Available in iOS 13.0 and later.
-
encode
-
init
-