All Products
Search
Document Center

Mobile Platform as a Service:CubeEngineConfig

Last Updated:Nov 24, 2025

This topic describes how to initialize the configuration class for Ant Cube Card Engine.

Properties

bundlePath

/// The path of the local resource package that stores the template.
@property (nonatomic, strong) NSString *bundlePath;

exceptionListener

/// Exception monitoring
@property (nonatomic, strong) id<CExceptionListener> exceptionListener;

imageHandler

/// Image handler. If this parameter is not specified, the internal default handler is implemented. We recommend that you customize the handler. 
@property (nonatomic, strong) id<CKImageHandler> imageHandler;