FeatureUnlocked

The player unlocked a level, item, badge, level, skills or anything else.

Name
Type
Select
Backend name
Description

featureName

string

Required

feature_name

FeatureName is the name of the feature that has been unlocked.

featureType

string

Required

feature_type

FeatureType is the type of feature that has been unlocked.

additionalData

Dictionary<string, object>

Optional

additional_data

Any additional information

Code examples:

LionAnalytics.FeatureUnlocked("Multiplayer", "3v3", new Dictionary<string, object>() { { "Experience", 1356 } } );

Last updated