6min
General Apps
Applications can expect the following key value as a callback of CTAs
When the user needs to be taken to a particular screen/tab of the app.
Key | Value | Description |
actionType | GO_TO_SCREEN | Type of action to be performed. |
screenName | String value | Name of the screen on which user should land. |
JS
TS
Java
Kotlin
ObjectiveC
Swift
Dart
|
When we want user to share the app by opening the share dialog with link to Google Play or App Store
Key | Value | Description |
actionType | SHARE_APP | Type of action to be performed. |
JS
TS
Java
Kotlin
ObjectiveC
Swift
Dart
|