Skip to main content

HapticsPlugin.notification()

BFChainPluginHapticsPluginnotificationLess than 1 minute

Notification vibration effect.

HapticsPlugin.notification(options)

Parameters

Options parameter is a NotificationOptions object.

Returns

A promise.

Example

import { hapticsPlugin } from "@plaoc/plugins";

hapticsPlugin.notification({
  type: "SUCCESS" 
});

Platform Compatibility

Property/Method/EventAndroidiOSDesktop-DevDesktop
notificationX

See Also

HapticsPlugin

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.15.7