track Level Info
fun trackLevelInfo(eventLabel: String, type: Analytics.LevelType, mainLevel: Int, description: String)
Sends current level information details for the game played.
Parameters
event Label
Event label for the level information.
type
Type of level.
main Level
Level number for the current level.
description
Description of the level information.
fun trackLevelInfo(eventLabel: String, type: Analytics.LevelType, mainLevel: Int, subLevel: Int, description: String)
Sends current level information details for the game played.
Parameters
event Label
Event label for the level information.
type
Type of level.
main Level
Level number for the current level.
sub Level
Current sub-level number.
description
Description of the level information.