Package org.robolectric.shadows
Class ShadowBluetoothLeBroadcast
java.lang.Object
org.robolectric.shadows.ShadowBluetoothLeBroadcast
@Implements(value=android.bluetooth.BluetoothLeBroadcast.class,
minSdk=34,
isInAndroidSdk=false)
public class ShadowBluetoothLeBroadcast
extends Object
Shadow of
BluetoothLeBroadcast
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
registerCallback
(Executor executor, BluetoothLeBroadcast.Callback callback) protected void
startBroadcast
(BluetoothLeBroadcastSettings broadcastSettings) protected void
stopBroadcast
(int broadcastId) protected void
protected void
updateBroadcast
(int broadcastId, BluetoothLeBroadcastSettings broadcastSettings)
-
Constructor Details
-
ShadowBluetoothLeBroadcast
public ShadowBluetoothLeBroadcast()
-
-
Method Details
-
registerCallback
@Implementation protected void registerCallback(Executor executor, BluetoothLeBroadcast.Callback callback) -
unregisterCallback
-
startBroadcast
-
stopBroadcast
-
updateBroadcast
@Implementation protected void updateBroadcast(int broadcastId, BluetoothLeBroadcastSettings broadcastSettings) -
getCallbackExecutorMap
-