show() and showAcceptedContent() methods accept listener interfaces that fire on success or error.
Show result
WhenClicktermDialog.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 theonError callback:
Show accepted content result
TheshowAcceptedContent() method uses a separate listener:
showAcceptedContent only works if the end user has an accepted and verified event for the given template.
