# deviceBeep

## Description

Activate the beep sound of mobile device.

## Input / Parameter

| Name  | Description          | Data Type | Default | Options | Required |
| ----- | -------------------- | --------- | ------- | ------- | -------- |
| times | The number of beeps. | Number    | -       | -       | Yes      |

## Output

N/A

## Callback

N/A

## Video

Coming Soon.

## Example

The user wants to activate the beep sound in their mobile device.

### Steps

| No. | Description                                                                                                                                                                                                     |                                                                                                                                               |
| --- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| 1.  | ![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-b60042254d1b50818800844f6723ac99d71b8ea8%2FdeviceBeep-step-1.png?alt=media) | Drag a button to a page in the mobile designer. Select the event `click` for the button and drag the function `deviceBeep` to the event flow. |
| 2.  | ![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-c60af12ad33971a7bc12bd6f002c3b5a0ed8dcde%2FdeviceBeep-step-2.png?alt=media) | Fill in the parameter with the number of times the mobile should beep.                                                                        |

### Result

When the button is pressed, the mobile device will beep 3 times.

## Links
