Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace yidun

Index

Type aliases

InfoReceiver

InfoReceiver: (type: NetHeartBeatInfoType, info: string) => any
en

The callback to receive heart beat information. type: the type of heart beat information, info: the heart beat data.

zh

接收心跳信息的回调,type为心跳信息类型,info为心跳数据

Type declaration

MemorizerAlarmSpeedometerResult

MemorizerAlarmSpeedometerResult: { code: number; token: string }
en

The return value type of memorizerAlarmSpeedometer, code: status code, 200 is the correct status, token: the token used to obtain cheating monitoring results in real time.

zh

memorizerAlarmSpeedometer的返回值类型,code:状态码,200为正确状态,token:用于实时获取作弊监控结果的token

Type declaration

  • code: number
  • token: string

Variables

Const yidunService

yidunService: YidunService
en

The instance of YidunService class, provide the service of Yidun.

zh

YidunService类的实例,提供易盾服务的类

Generated using TypeDoc