| com.helpshift.Helpshift.Delegate |
A delegate which defines the session callbacks which are available in the SDK.
Usage : App developers should implement the available methods in a class and then set the Support delegate to that class via the setDelegate API.Helpshift.setDelegate(appHelpshiftDelegate);where appHelpshiftDelegate is the class which implements the Delegate methods.