@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface BluetoothAdvertisingEventInit.Builder
extends BluetoothAdvertisingEventInit
BluetoothAdvertisingEventInit.Builder| Modifier and Type | Method and Description |
|---|---|
default BluetoothAdvertisingEventInit.Builder |
appearance(int appearance) |
default BluetoothAdvertisingEventInit.Builder |
bubbles(boolean bubbles) |
default BluetoothAdvertisingEventInit.Builder |
cancelable(boolean cancelable) |
default BluetoothAdvertisingEventInit.Builder |
composed(boolean composed) |
default BluetoothAdvertisingEventInit.Builder |
manufacturerData(BluetoothManufacturerDataMap manufacturerData) |
default BluetoothAdvertisingEventInit.Builder |
name(java.lang.String name) |
default BluetoothAdvertisingEventInit.Builder |
rssi(byte rssi) |
default BluetoothAdvertisingEventInit.Builder |
serviceData(BluetoothServiceDataMap serviceData) |
default BluetoothAdvertisingEventInit.Builder |
txPower(byte txPower) |
default BluetoothAdvertisingEventInit.Builder |
uuids(JsArray<StringOrUnsignedLongUnion> uuids) |
default BluetoothAdvertisingEventInit.Builder |
uuids(StringOrUnsignedLongUnion... uuids) |
appearance, device, device, manufacturerData, name, rssi, serviceData, setAppearance, setDevice, setManufacturerData, setName, setRssi, setServiceData, setTxPower, setUuids, setUuids, txPower, uuidsbubbles, cancelable, composed, of, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull default BluetoothAdvertisingEventInit.Builder appearance(int appearance)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit.Builder manufacturerData(@Nonnull BluetoothManufacturerDataMap manufacturerData)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit.Builder name(@Nonnull java.lang.String name)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit.Builder rssi(byte rssi)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit.Builder serviceData(@Nonnull BluetoothServiceDataMap serviceData)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit.Builder txPower(byte txPower)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit.Builder uuids(@Nonnull JsArray<StringOrUnsignedLongUnion> uuids)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit.Builder uuids(@Nonnull StringOrUnsignedLongUnion... uuids)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit.Builder bubbles(boolean bubbles)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit.Builder cancelable(boolean cancelable)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit.Builder composed(boolean composed)