@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="BluetoothAdvertisingEventInit")
public static interface BluetoothAdvertisingEventInit.Builder
extends BluetoothAdvertisingEventInit
BluetoothAdvertisingEventInit.Builderappearance, create, device, manufacturerData, name, rssi, serviceData, setAppearance, setDevice, setManufacturerData, setName, setRssi, setServiceData, setTxPower, setUuids, setUuids, txPower, uuidsbubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull default BluetoothAdvertisingEventInit.Builder appearance(int appearance)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit.Builder device(@Nonnull BluetoothDevice device)
@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)