show() (request consent) and showAcceptedContent() (re-display a previously accepted agreement). Both return Promises and use the native iOS / Android clickwrap dialogs under the hood.
Methods
show
null.
ClickwrapTemplateRequest fields:
Example:
show() resolves with null when the user has already accepted the latest major version — no dialog is presented and no new Signature is generated. This mirrors the Android SDK’s null Signature semantics.showAcceptedContent
ClickwrapTemplateContent for the most recent acceptance.
ClickwrapAcceptedAgreementRequest fields:
ClickwrapTemplateContent fields:
Example:
Only works if the user has an accepted and verified event for this template.

