Click or drag to resize

Api Enumeration

List of available APIs the platform can call for various operations.

Namespace:  Livit.Learn.Model.Enums
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public enum Api
Members
  Member nameValueDescription
Unknown0 This API is for the unknown settings.
GameProgress1 This API is called when the player's progress (0-100%) is updated.
DeviceInfo2 This API is called when a scene is loaded and sends hardware and performance data back to the server.
QuizStatistic3 This API is called each time a quiz question is answered.
SaveGame4 This API is called when the simulation is saved.
SaveEngine5 This API is called when the simulation is saved in Builder mode.
TranslationService6 This API is called when some strings need to be translated.
ImageManager7 This entry contains root Image Manager api endpoint to be used in Builder mode for integration with Image Manager.
PlayerStartEnd8 This API is called when the user starts or ends a simulation.
Wiki9 This API is called when the user requests to view a specific wiki or theory page.
QuizBlock10 This API is called when a QuizBlock not containing a LearningGoal is requested.
SaveQuizBlock11 This API is called when the QuizBlock not containing a LearningGoal is saved in Builder mode.
LearningGoalQuizBlock12 This API is called when a QuizBlock containing a LearningGoal is requested.
Login13 This API is called when the user logs in, for instance via mobile apps.
Tts14 This API is called to request all text-to-speech voice-overs.
Help15 This API is called when the user requests help, assistance or support and can be used to generate a support ticket.
Event16 This API is called for all analytics events and keeps track of user actions inside the simulation.
Authentication17 This API is called when user launch VR app via intent, to get the access token and refresh token
RefreshToken18 This API is called to get new access token using refresh token retrieved from Authentication API
SettingsXml19 This API is called to get settings.xml from server when launching in VR
Version20 This API is called in VR app to check whether a newer version is available or not
PlayHistoryDownload21 This API is called in play history replay mode to retrieve play history xml
PlayHistorySave22 This API is called in play history record mode to send play history file
TemplateManager23 This API is called for access templates
See Also