DisplayConnector

public class DisplayConnector implements IDisplayConnector

Constructors

Link copied to clipboard
public void DisplayConnector(Context context, Account account, IDisplayConnectorListener displayConnectorListener)
Constructs a new object.

Functions

Link copied to clipboard
add an IDeviceConnectorListener to receive callbacks
Link copied to clipboard
public void dispose()
Closes the DisplayConnector's connection.
Link copied to clipboard
public void initializeConnection()
Initialize the DisplayConnector's connection.
Link copied to clipboard
remove an ICloverConnectorListener from receiving callbacks
Link copied to clipboard
public void showDisplayOrder(DisplayOrder order)
Display order information on the screen.
Link copied to clipboard
public void showMessage(String message)
Show a text message on the device.
Link copied to clipboard
public void showThankYouScreen()
Show the thank you display on the device.
Link copied to clipboard
public void showWelcomeScreen()
Show the welcome display on the device.