core
    正在准备搜索索引...

    接口 YmxDevicePhone

    电话

    interface YmxDevicePhone {
        makePhoneCall(data: MakePhoneCallData): Promise<void>;
    }

    层级 (查看层级一览)

    索引

    方法

    • 拨打电话

      参数

      返回 Promise<void>

      ymx.makePhoneCall({
      // 示例号码
      phoneNumber: '138001234'
      });