@tauri-apps/plugin-haptics
Ce contenu n’est pas encore disponible dans votre langue.
type ImpactFeedbackStyle: | "light" | "medium" | "heavy" | "soft" | "rigid";type NotificationFeedbackType: "success" | "warning" | "error";function impactFeedback(style): Promise<Result<null, never>>| Parameter | Type |
|---|---|
style | ImpactFeedbackStyle |
Promise<Result<null, never>>
function notificationFeedback(type): Promise<Result<null, never>>| Parameter | Type |
|---|---|
type | NotificationFeedbackType |
Promise<Result<null, never>>
function selectionFeedback(): Promise<Result<null, never>>Promise<Result<null, never>>
function vibrate(duration): Promise<Result<null, never>>| Parameter | Type |
|---|---|
duration | number |
Promise<Result<null, never>>
© 2025 Tauri Contributors. CC-BY / MIT