Situm SDK JS
    Preparing search index...

    Interface VibratePayload

    interface VibratePayload {
        duration: number;
        intensity: "LOW" | "MEDIUM" | "HIGH";
    }
    Index

    Properties

    Properties

    duration: number
    intensity: "LOW" | "MEDIUM" | "HIGH"