Skip to content

nim_def.data_sync_def

Zvicii edited this page Oct 24, 2022 · 4 revisions

Module: nim_def/data_sync_def

Table of contents

Enumerations

Type Aliases

Interfaces

Type Aliases

DataSyncCallback

Ƭ DataSyncCallback: (syncType: NIMDataSyncType, status: NIMDataSyncStatus, dataSyncInfo: string) => void

Type declaration

▸ (syncType, status, dataSyncInfo): void

Parameters
Name Type
syncType NIMDataSyncType
status NIMDataSyncStatus
dataSyncInfo string
Returns

void

Defined in

ts/nim_def/data_sync_def.ts:18

Clone this wiki locally