@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface AllowedBluetoothDevice.Step2
| Modifier and Type | Method and Description |
|---|---|
default AllowedBluetoothDevice.Step3 |
allowedServices(JsArray<java.lang.String> allowedServices) |
default AllowedBluetoothDevice.Step3 |
allowedServices(java.lang.String... allowedServices) |
default AllowedBluetoothDevice.Step3 |
allowedServices(java.lang.String allowedServices) |
default AllowedBluetoothDevice.Step3 |
allowedServices(StringOrUUIDArrayUnion allowedServices) |
@JsOverlay @Nonnull default AllowedBluetoothDevice.Step3 allowedServices(@Nonnull StringOrUUIDArrayUnion allowedServices)
@JsOverlay @Nonnull default AllowedBluetoothDevice.Step3 allowedServices(@Nonnull java.lang.String allowedServices)
@JsOverlay @Nonnull default AllowedBluetoothDevice.Step3 allowedServices(@Nonnull JsArray<java.lang.String> allowedServices)
@JsOverlay @Nonnull default AllowedBluetoothDevice.Step3 allowedServices(@Nonnull java.lang.String... allowedServices)