deviceBeep

Description

Activate the beep sound of mobile device.

Input / Parameter

NameDescriptionData TypeDefaultOptionsRequired

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.

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.

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.

Last updated