All Products
Search
Document Center

Mobile Platform as a Service:CCardCallback

Last Updated:Nov 24, 2025

This article describes the method of the callback class created by Ant Cube Card.

Method

onLoaded

/**
 Card callback interface
 
 @ param card The instance of the card. The value is nil when the card fails to be created.
 @ param cardType The source of the card template.
 @ param config The configuration parameters for creating a card.
 @ param erroCode The error code.
*/

- (void)onLoaded:(CubeCard *)card cardType:(CCardType)cardType config:(CubeCardConfig *)config erroCode:(CubeCardResultCode)erroCode;