trackLevelInfo

fun trackLevelInfo(eventLabel: String, type: Analytics.LevelType, mainLevel: Int, description: String)

Sends current level information details for the game played.

Parameters

eventLabel

Event label for the level information.

type

Type of level.

mainLevel

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

eventLabel

Event label for the level information.

type

Type of level.

mainLevel

Level number for the current level.

subLevel

Current sub-level number.

description

Description of the level information.