TuSDKCPViewController Class Reference
| Inherits from | TuSDKICViewController : UIViewController |
|---|---|
| Declared in | TuSDKCPViewController.h |
errorDelegate
组件控制器错误信息委托
@property (nonatomic, weak) id<TuSDKCPComponentErrorDelegate> errorDelegateDeclared In
TuSDKCPViewController.h
– notifyError:result:
通知错误信息
- (void)notifyError:(NSError *)error result:(TuSDKResult *)resultParameters
error |
错误信息 |
|---|---|
result |
处理结果 |
Declared In
TuSDKCPViewController.h
– notifyErrorType:result:
通知错误信息
- (void)notifyErrorType:(lsqCPErrorType)errorType result:(TuSDKResult *)resultParameters
errorType |
错误信息 |
|---|---|
result |
处理结果 |
Declared In
TuSDKCPViewController.h
– buildDefaultStyleView
创建默认样式视图 (如需创建自定义视图,请覆盖该方法,并创建自己的视图类)
- (void)buildDefaultStyleViewDeclared In
TuSDKCPViewController.h
– configDefaultStyleView:
配置默认样式视图
- (void)configDefaultStyleView:(UIView *)viewParameters
view |
默认样式视图 (如需创建自定义视图,请覆盖该方法,并配置自己的视图类) |
|---|
Declared In
TuSDKCPViewController.h