If there is an active conversation, this API returns agent data through the provided callback. If there is no active conversation, the API returns null.
public static void checkAgentID(final ICallback<AgentData, Exception> callback)
Parameter | Description |
---|---|
callback | An ICallback implementation |