@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="BluetoothAdvertisingEvent")
public class BluetoothAdvertisingEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
BluetoothAdvertisingEvent(java.lang.String type,
BluetoothAdvertisingEventInit init) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
appearance() |
BluetoothDevice |
device() |
BluetoothManufacturerDataMap |
manufacturerData() |
java.lang.String |
name() |
java.lang.Double |
rssi() |
BluetoothServiceDataMap |
serviceData() |
java.lang.Double |
txPower() |
JsArray<java.lang.String> |
uuids() |
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, valuespublic BluetoothAdvertisingEvent(@Nonnull
java.lang.String type,
@Nonnull
BluetoothAdvertisingEventInit init)
@JsProperty(name="appearance") @Nullable public java.lang.Double appearance()
@JsProperty(name="device") @Nonnull public BluetoothDevice device()
@JsProperty(name="manufacturerData") @Nonnull public BluetoothManufacturerDataMap manufacturerData()
@JsProperty(name="name") @Nullable public java.lang.String name()
@JsProperty(name="rssi") @Nullable public java.lang.Double rssi()
@JsProperty(name="serviceData") @Nonnull public BluetoothServiceDataMap serviceData()
@JsProperty(name="txPower") @Nullable public java.lang.Double txPower()
@JsProperty(name="uuids") @Nonnull public JsArray<java.lang.String> uuids()