Package org.robovm.apple.corebluetooth
Class CBPeripheralManagerOptions
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.corebluetooth.CBPeripheralManagerOptions
public class CBPeripheralManagerOptions extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCBPeripheralManagerOptions.AsListMarshalerstatic classCBPeripheralManagerOptions.Keysstatic classCBPeripheralManagerOptions.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CBPeripheralManagerOptions() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)StringgetRestoreIdentifier()booleanhas(NSString key)CBPeripheralManagerOptionsset(NSString key, NSObject value)CBPeripheralManagerOptionssetRestoreIdentifier(String restoreIdentifier)CBPeripheralManagerOptionssetShowsPowerAlert(boolean showsPowerAlert)booleanshowsPowerAlert()Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CBPeripheralManagerOptions
public CBPeripheralManagerOptions()
-
-
Method Details
-
has
-
get
-
set
-
showsPowerAlert
public boolean showsPowerAlert() -
setShowsPowerAlert
-
getRestoreIdentifier
-
setRestoreIdentifier
-