vibrateLong 使手机发生较长时间的振动

vibrateLong ^6.8

使手机发生较长时间的振动(400ms)

#请求参数

  • N/A

#接口调用示例

    this.$bridge
    .vibrateLong()
    .then(res => {    
        this.$alert(res)
    })
    .catch(err => {
        this.$toast(err)
    })

#返回参数

  • 成功时不返回

#返回示例

  • N/A
posted on 2024-12-16 09:43  AtlasLapetos  阅读(14)  评论(0)    收藏  举报