Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IShakeDetector

Implemented by

Index

Properties

confirmPermissionGranted

confirmPermissionGranted: (this: IShakeDetector) => IShakeDetector

Type declaration

requestPermission

requestPermission: (triggerNode: HTMLElement) => Promise<boolean>

Type declaration

    • (triggerNode: HTMLElement): Promise<boolean>
    • Parameters

      • triggerNode: HTMLElement

      Returns Promise<boolean>

start

start: () => IShakeDetector

Type declaration

stop

stop: () => IShakeDetector

Type declaration

subscribe

subscribe: (listener: ShakeHandler) => IShakeDetector

Type declaration

unsubscribe

unsubscribe: (listener: ShakeHandler) => IShakeDetector

Type declaration

Generated using TypeDoc