General Apps
7min
Applications can expect the following key value as a callback of CTAs
Go To Screen
When the user needs to be taken to a particular screen/tab of the app.
Properties
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. |
Code Example
JS
TS
Java
Kotlin
ObjectiveC
Swift
Dart
|
Share App
When we want user to share the app by opening the share dialog with link to Google Play or App Store
Properties
Key | Value | Description |
actionType | SHARE_APP | Type of action to be performed. |
Code Example
JS
TS
Java
Kotlin
ObjectiveC
Swift
Dart
|
Updated 03 Mar 2023
Did this page help you?
Yes
No