public static interface

Helpshift.Delegate

com.helpshift.Helpshift.Delegate

Class Overview

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.