MDK Logo
UI Kitreact-adapterHooks

useBeepSound

Plays a repeating beep sound at a configurable interval.

Plays a repeating beep sound at a configurable interval.

import { useBeepSound } from "@tetherto/mdk-react-adapter";

Signature

({ isAllowed = DEFAULTS.IS_ALLOWED, volume = DEFAULTS.VOLUME, delayMs = DEFAULTS.DELAY_MS, }: UseBeepSoundOptions = {}) => void
Package@tetherto/mdk-react-adapter
Requires providerNo