Uses of Interface
org.robovm.apple.corebluetooth.CBPeripheralManagerDelegate
| Package | Description |
|---|---|
| org.robovm.apple.corebluetooth |
-
Uses of CBPeripheralManagerDelegate in org.robovm.apple.corebluetooth
Classes in org.robovm.apple.corebluetooth that implement CBPeripheralManagerDelegate Modifier and Type Class Description classCBPeripheralManagerDelegateAdapterMethods in org.robovm.apple.corebluetooth that return CBPeripheralManagerDelegate Modifier and Type Method Description CBPeripheralManagerDelegateCBPeripheralManager. getDelegate()Methods in org.robovm.apple.corebluetooth with parameters of type CBPeripheralManagerDelegate Modifier and Type Method Description protected longCBPeripheralManager. init(CBPeripheralManagerDelegate delegate, DispatchQueue queue)protected longCBPeripheralManager. init(CBPeripheralManagerDelegate delegate, DispatchQueue queue, CBPeripheralManagerOptions options)voidCBPeripheralManager. setDelegate(CBPeripheralManagerDelegate v)Constructors in org.robovm.apple.corebluetooth with parameters of type CBPeripheralManagerDelegate Constructor Description CBPeripheralManager(CBPeripheralManagerDelegate delegate, DispatchQueue queue)CBPeripheralManager(CBPeripheralManagerDelegate delegate, DispatchQueue queue, CBPeripheralManagerOptions options)