HapticsPlugin.notification()

BFChainAugust 11, 2023
  • Plugin
  • HapticsPlugin
  • notification
Less than 1 minute

Notification vibration effect.

HapticsPlugin.notification(options)

Parameters

Options parameter is a NotificationOptions object.

Returns

A promise.

Example

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

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

Platform Compatibility

Property/Method/EventAndroidiOSDesktop-DevDesktop
notificationX

See Also

HapticsPlugin

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