List of available APIs the platform can call for various operations.
Namespace:
Livit.Learn.Model.EnumsAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
This API is for the unknown settings.
|
| GameProgress | 1 |
This API is called when the player's progress (0-100%) is updated.
|
| DeviceInfo | 2 |
This API is called when a scene is loaded and sends hardware and performance data back to the server.
|
| QuizStatistic | 3 |
This API is called each time a quiz question is answered.
|
| SaveGame | 4 |
This API is called when the simulation is saved.
|
| SaveEngine | 5 |
This API is called when the simulation is saved in Builder mode.
|
| TranslationService | 6 |
This API is called when some strings need to be translated.
|
| ImageManager | 7 |
This entry contains root Image Manager api endpoint to be used in Builder mode for integration with Image Manager.
|
| PlayerStartEnd | 8 |
This API is called when the user starts or ends a simulation.
|
| Wiki | 9 |
This API is called when the user requests to view a specific wiki or theory page.
|
| QuizBlock | 10 |
This API is called when a QuizBlock not containing a LearningGoal is requested.
|
| SaveQuizBlock | 11 |
This API is called when the QuizBlock not containing a LearningGoal is saved in Builder mode.
|
| LearningGoalQuizBlock | 12 |
This API is called when a QuizBlock containing a LearningGoal is requested.
|
| Login | 13 |
This API is called when the user logs in, for instance via mobile apps.
|
| Tts | 14 |
This API is called to request all text-to-speech voice-overs.
|
| Help | 15 |
This API is called when the user requests help, assistance or support and can be used to generate a support ticket.
|
| Event | 16 |
This API is called for all analytics events and keeps track of user actions inside the simulation.
|
| Authentication | 17 |
This API is called when user launch VR app via intent, to get the access token and refresh token
|
| RefreshToken | 18 |
This API is called to get new access token using refresh token retrieved from Authentication API
|
| SettingsXml | 19 |
This API is called to get settings.xml from server when launching in VR
|
| Version | 20 |
This API is called in VR app to check whether a newer version is available or not
|
| PlayHistoryDownload | 21 |
This API is called in play history replay mode to retrieve play history xml
|
| PlayHistorySave | 22 |
This API is called in play history record mode to send play history file
|
| TemplateManager | 23 |
This API is called for access templates
|
See Also