tencent cloud

Tencent Real-Time Communication

Define

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-03-05 16:32:07

Introduction

This module defines common base types across platforms, providing unified error handling and callback mechanisms for API calls.

Features

Callback Mechanism:Provides unified completion callback closure types

Data Structures

CompletionHandler

Completion callback interface
Interface for asynchronous operation result callbacks. Calls onSuccess on success, onFailure on failure.
Properties
Property
Type
Description
errorCode
int
Error code.
errorMessage
String?
Error message description.
isSuccess
bool
Whether successful.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백