@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface BluetoothPermissionStorage
| Modifier and Type | Method and Description |
|---|---|
@JsNonNull JsArray<AllowedBluetoothDevice> |
allowedDevices() |
static BluetoothPermissionStorage |
allowedDevices(AllowedBluetoothDevice... allowedDevices) |
static BluetoothPermissionStorage |
allowedDevices(JsArray<AllowedBluetoothDevice> allowedDevices) |
default void |
setAllowedDevices(AllowedBluetoothDevice... allowedDevices) |
void |
setAllowedDevices(@JsNonNull JsArray<AllowedBluetoothDevice> allowedDevices) |
@JsOverlay @Nonnull static BluetoothPermissionStorage allowedDevices(@Nonnull JsArray<AllowedBluetoothDevice> allowedDevices)
@JsOverlay @Nonnull static BluetoothPermissionStorage allowedDevices(@Nonnull AllowedBluetoothDevice... allowedDevices)
@JsProperty(name="allowedDevices") @JsNonNull JsArray<AllowedBluetoothDevice> allowedDevices()
@JsProperty void setAllowedDevices(@JsNonNull JsArray<AllowedBluetoothDevice> allowedDevices)
@JsOverlay
default void setAllowedDevices(@Nonnull
AllowedBluetoothDevice... allowedDevices)