MissionAbandoned

The player abandoned a mission

Name
Type
Select
Backend name
Description

isTutorial

bool

Required

is_tutorial

Is it a tutorial?

missionType

string

Optional

mission_type

Indicate the type of the mission, level, task, quests etc.

missionName

string

Optional

mission_name

missionID

string

Required

mission_id

The unique ID for the mission.

userScore

int

Required

user_score

The player’s score

missionAttempt

int

Required

mission_attempt

Number of times user has played Game Level N (second play of Game Level N = 2)

additionalData

Dictionary<string, object>

Optional

additional_data

Any additional information

Code examples:

LionAnalytics.MissionAbandoned(false, "bossFight", "fight_level_12", "boss_fight_2", 2586, 10);

Last updated