SetIntervalCallback typedef

void SetIntervalCallback (
  1. SetIntervalErrorCode setIntervalErrorCode
)

设置采集周期和打包上传的周期回调

Implementation

typedef SetIntervalCallback = void Function(
    SetIntervalErrorCode setIntervalErrorCode);