Uses of Interface
org.robovm.apple.corebluetooth.CBCentralManagerDelegate
| Package | Description |
|---|---|
| org.robovm.apple.corebluetooth |
-
Uses of CBCentralManagerDelegate in org.robovm.apple.corebluetooth
Classes in org.robovm.apple.corebluetooth that implement CBCentralManagerDelegate Modifier and Type Class Description classCBCentralManagerDelegateAdapterMethods in org.robovm.apple.corebluetooth that return CBCentralManagerDelegate Modifier and Type Method Description CBCentralManagerDelegateCBCentralManager. getDelegate()Methods in org.robovm.apple.corebluetooth with parameters of type CBCentralManagerDelegate Modifier and Type Method Description protected longCBCentralManager. init(CBCentralManagerDelegate delegate, DispatchQueue queue)protected longCBCentralManager. init(CBCentralManagerDelegate delegate, DispatchQueue queue, CBCentralManagerOptions options)voidCBCentralManager. setDelegate(CBCentralManagerDelegate v)Constructors in org.robovm.apple.corebluetooth with parameters of type CBCentralManagerDelegate Constructor Description CBCentralManager(CBCentralManagerDelegate delegate, DispatchQueue queue)CBCentralManager(CBCentralManagerDelegate delegate, DispatchQueue queue, CBCentralManagerOptions options)