The below classes support conversation interface. This package contains the following interfaces:
This interface represents call back methods to notify when SDK startup is completed.
onStartupComplete
This method is used to invoke when the SDK startup is completed.
Syntax: void onStartupComplete(ICException e)
Parameters:
Parameter
Type
Description
e
ICException
Exception thrown for startup is not successful
This interface represents call back methods to notify the data set is changed.
onDataSetChanged
This method is invoked to notify that the data set has changed.
Syntax: void onDataSetChanged()
Updated 2 months ago