• 서비스
  • 가격
  • 리소스
  • 기술지원
이 페이지는 현재 영어로만 제공되며 한국어 버전은 곧 제공될 예정입니다. 기다려 주셔서 감사드립니다.
Feedback

Define

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.