TuSDKCPViewController Class Reference

Inherits from TuSDKICViewController : UIViewController
Declared in TuSDKCPViewController.h

Overview

组件控制器

  errorDelegate

组件控制器错误信息委托

@property (nonatomic, weak) id<TuSDKCPComponentErrorDelegate> errorDelegate

Declared In

TuSDKCPViewController.h

– notifyError:result:

通知错误信息

- (void)notifyError:(NSError *)error result:(TuSDKResult *)result

Parameters

error

错误信息

result

处理结果

Declared In

TuSDKCPViewController.h

– notifyErrorType:result:

通知错误信息

- (void)notifyErrorType:(lsqCPErrorType)errorType result:(TuSDKResult *)result

Parameters

errorType

错误信息

result

处理结果

Declared In

TuSDKCPViewController.h

– buildDefaultStyleView

创建默认样式视图 (如需创建自定义视图,请覆盖该方法,并创建自己的视图类)

- (void)buildDefaultStyleView

Declared In

TuSDKCPViewController.h

– configDefaultStyleView:

配置默认样式视图

- (void)configDefaultStyleView:(UIView *)view

Parameters

view

默认样式视图 (如需创建自定义视图,请覆盖该方法,并配置自己的视图类)

Declared In

TuSDKCPViewController.h