start Custom Service
public abstract void startCustomService(String kefuId, ICustomServiceListener listener, CSCustomServiceInfo customServiceInfo)
Starts the customer service.
Parameters
kefu Id
The customer service ID, obtained after applying for and enabling the service on the RCdeveloper console.
listener
The customer service listener that monitors the status of the customer service ICustomServiceListener.
custom Service Info
The customer service user information, including basic user details, contact information, and request details. The nickName field cannot be empty; if it is empty, the current user's userId will be uploaded instead.
See also
CSCustom Service Info