This topic describes the template source types of Ant Cube Card.
Statement:
typedef enum{C_CARD_TYPE_NONE, C_CARD_TYPE_CACHE, C_CARD_TYPE_BUNDLE, C_CARD_TYPE_FILE, C_CARD_TYPE_CLOUD} CCardType;Description: the result code of the card.
Enumeration Value:
Enumeration Value
Description
C_CARD_TYPE_NONE
Invalid template
C_CARD_TYPE_CACHE
In-memory template
C_CARD_TYPE_BUNDLE
Template in local resource package
C_CARD_TYPE_FILE
Local physical storage template
C_CARD_TYPE_CLOUD
Cloud template