FeatureUnlocked

Introduction

  • Backend Name: feature_unlocked

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

  • Event Type: Game

  • Priority: P3

Parameters

Name Type Select Backend name Description
additionalData Dictionary Optional additional_data Any additional information
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.

Code example

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