startCustomService

public abstract void startCustomService(String kefuId, ICustomServiceListener listener, CSCustomServiceInfo customServiceInfo)

Starts the customer service.

Parameters

kefuId

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.

customServiceInfo

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

CSCustomServiceInfo