Interface ChatGroupFileStatusCallback
Hierarchy
- ChatGroupFileStatusCallback
Methods
onError
- onError(groupId: string, filePath: string, error: ChatError): void
Parameters
groupId: string
filePath: string
Returns void
Optional onProgress
- onProgress(groupId: string, filePath: string, progress: number): void
Parameters
groupId: string
filePath: string
progress: number
Returns void
onSuccess
- onSuccess(groupId: string, filePath: string): void
Parameters
groupId: string
filePath: string
Returns void
export class type