本文介绍了蚂蚁动态卡片引擎初始化配置类的方法。
属性
bundlePath
/// 存储模板的本地资源包的路径
@property (nonatomic, strong) NSString *bundlePath;
exceptionListener
/// 异常监听
@property (nonatomic, strong) id<CExceptionListener> exceptionListener;
imageHandler
/// 图片 handler。如果为空,则内部默认实现,建议自定义 handler。
@property (nonatomic, strong) id<CKImageHandler> imageHandler;
文档内容是否对您有帮助?