Uses of Class
org.robovm.apple.corebluetooth.CBCentralManagerOptions
| Package | Description |
|---|---|
| org.robovm.apple.corebluetooth |
-
Uses of CBCentralManagerOptions in org.robovm.apple.corebluetooth
Methods in org.robovm.apple.corebluetooth that return CBCentralManagerOptions Modifier and Type Method Description CBCentralManagerOptionsCBCentralManagerOptions. set(NSString key, NSObject value)CBCentralManagerOptionsCBCentralManagerOptions. setRestoreIdentifier(String restoreIdentifier)CBCentralManagerOptionsCBCentralManagerOptions. setShowsPowerAlert(boolean showsPowerAlert)static CBCentralManagerOptionsCBCentralManagerOptions.Marshaler. toObject(Class<CBCentralManagerOptions> cls, long handle, long flags)Methods in org.robovm.apple.corebluetooth that return types with arguments of type CBCentralManagerOptions Modifier and Type Method Description static List<CBCentralManagerOptions>CBCentralManagerOptions.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.corebluetooth with parameters of type CBCentralManagerOptions Modifier and Type Method Description protected longCBCentralManager. init(CBCentralManagerDelegate delegate, DispatchQueue queue, CBCentralManagerOptions options)static longCBCentralManagerOptions.Marshaler. toNative(CBCentralManagerOptions o, long flags)Method parameters in org.robovm.apple.corebluetooth with type arguments of type CBCentralManagerOptions Modifier and Type Method Description static longCBCentralManagerOptions.AsListMarshaler. toNative(List<CBCentralManagerOptions> l, long flags)static CBCentralManagerOptionsCBCentralManagerOptions.Marshaler. toObject(Class<CBCentralManagerOptions> cls, long handle, long flags)Constructors in org.robovm.apple.corebluetooth with parameters of type CBCentralManagerOptions Constructor Description CBCentralManager(CBCentralManagerDelegate delegate, DispatchQueue queue, CBCentralManagerOptions options)