Document
Introduction
Summary
arcalet ?
Capabilities
Object Model
arcalet API
Synchronization
Event Processing
Callback
API Class
Objects Summary
Error Code
Reference
ArcaletGame
Constructor
Method
Property
Event
ArcaletScene
Constructor
Method
Property
Event
ArcaletItem
Method
Super User
ArcaletScore
Method
Super User
ArcaletShop
Method
ArcaletSystem
Method
ArcaletThreadPool
Method
Object Modelarcalet API 》 Callback

Callback

There are two kinds callback methods for the Callback object:  OnCallCompletion() and OnCallCompletionWithData(). The former simply provides the execution status of the method. The latter, in addition to providing the execution status, also provides an object. 

The method prototypes for OnCallCompletion() and OnCallCompletionWithData() are:
C#
Was this page helpful?
Yes No