CloverCFPCommsHelper
Since
4.1.0
Constructors
Link copied to clipboard
public void CloverCFPCommsHelper(Context context, Intent intent, CloverCFPCommsHelper.MessageListener messageListener)
Functions
Link copied to clipboard
Cleans up the sessionConnector, loyalty connector and Consumers of this class will want to call this method in their Activity's onDestroy method:
public class MyCustomActivity extends Activity {
private CloverCFPCommsHelper cloverCFPCommsHelper;
...
protected void onDestroy() {
// Tell the helper to clean up everything
cloverCFPCommsHelper.dispose();
super.onDestroy();
}
...
}
Content copied to clipboard
Link copied to clipboard
Sends a message back to the merchant facing application (i.e.