目录

SDK使用

初始化

[[sdkManager sharedInstance] setup:(NSString *)serviceId customId:(NSString *)customId 
customPasswd:(NSString *)customPasswd
success:(void (^)(NSString*username))loginSuccess
failed:(void (^)(NSError *error))loginFailed;

说明:在success的回调中可以开始使用SDK的功能。

退出

[[sdkManager sharedInstance] resetServiceIdAndCustomeId];

调用客户功能

1、调用客服咨询

[[sdkManager sharedInstance]  CSViewController];

2、调用智能客服咨询

[[sdkManager sharedInstance]  robotChatViewController];

3、调用客户留言

[[sdkManager sharedInstance] leaveMsgViewController];


说明:使用上述函数得到对应功能的ViewController,使用正确的方式展示页面即可。客服咨询需要对应服务商的客服人员在线,如需帮助,请致电010-63701717-8809。