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