ClickwrapTemplate parameters
Template ID from the ClickTerm dashboard.
Your identifier for the end user (max 256 chars).
Key-value pairs for placeholder substitution. See Template placeholders for the full list.
Language code for template content and UI strings. See supported languages below.
Dialog configuration
The third parameter ofClicktermDialog.show() accepts a nullable JSONObject with configuration options:
When
true, the user cannot close the dialog without accepting or declining.null as the config parameter to use defaults:
Visual customization
Starting from SDK version 2.1, dialog appearance is customized from the ClickTerm Dashboard — no code-level configuration needed. Settings apply at the template level across all versions.Placeholder values
Pass placeholder values as aMap<String, Object>:
The
date placeholder is auto-generated by ClickTerm. Client-provided values are ignored.Supported languages
ThelanguageCode parameter determines both the template content language and UI strings (buttons, prompts, labels). If omitted or unsupported, the default language configured in the ClickTerm UI is used.
| Code | Language | Code | Language |
|---|---|---|---|
bg | 🇧🇬 Bulgarian | hu | 🇭🇺 Hungarian |
cs | 🇨🇿 Czech | it | 🇮🇹 Italian |
de | 🇩🇪 German | nl | 🇳🇱 Dutch |
el | 🇬🇷 Greek | no | 🇳🇴 Norwegian |
en | 🇬🇧 English | pl | 🇵🇱 Polish |
es | 🇪🇸 Spanish | pt | 🇵🇹 Portuguese |
fi | 🇫🇮 Finnish | ro | 🇷🇴 Romanian |
fr | 🇫🇷 French | ru | 🇷🇺 Russian |
hi | 🇮🇳 Hindi | sr | 🇷🇸 Serbian |
sv | 🇸🇪 Swedish | uk | 🇺🇦 Ukrainian |
zh | 🇨🇳 Chinese (Simplified) |
ClickTerm does not auto-translate your content. Create localized template
content in the ClickTerm UI for every language you plan to support.

