Skip to main content
The ClickTerm Android SDK uses listener callbacks to communicate results. The show() and showAcceptedContent() methods accept listener interfaces that fire on success or error.

Show result

When ClicktermDialog.show() completes:

Possible outcomes

A null Signature in onSuccess means the user has already accepted the latest major version. No action is needed on your part.

Error handling

Errors are delivered via the onError callback:
Common error scenarios:

Show accepted content result

The showAcceptedContent() method uses a separate listener:
showAcceptedContent only works if the end user has an accepted and verified event for the given template.