Educational Apps
8min
View Item
When the user needs to be taken to a particular screen/tab of the app.
Properties
Key | Value | Description |
actionType | VIEW_ITEM | Type of action to be performed. |
item | Item | the object of the item which holds itemID, Name. It is similar to an item sent via View Item event or via CMS |
Code Example
JS
TS
Java
Kotlin
ObjectiveC
Swift
Dart
|
Play Item
When a particular course needs to be played. Users should be first taken to the view page of the course (if available). The app should handle edge cases. For example-
- The user is allowed to view the course.
- Wrong course id.
Properties
Key | Value | Description |
actionType | PLAY_ITEM | Type of action to be performed. |
item | Item | the object of the item which holds itemID, Name. It is similar to an item sent via View Item event or via CMS |
Code Example
JS
TS
Java
Kotlin
ObjectiveC
Swift
Dart
|
Updated 03 Mar 2023
Did this page help you?
Yes
No