ok.vibrateLong()

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

示例代码

ok.vibrateLong()
.catch(err =>{
console.log("接口调用异常",err);
});
  1. 1. ok.vibrateLong()
    1. 1.1. 示例代码