Options

Use this event to track when a player changes game option on the settings screen (e.g. toggle audio on/off, enable notifications, etc).

Name
Type
Select
Backend name
Description

action

string

Required

action

Name of the action taken by player.

option

string

Required

option

The option that was selected.

additionalData

Dictionary<string, object>

Optional

additional_data

Any additional information

Code examples:

LionAnalytics.Options("Graphics Settings Opened", "Settings Panel");

Last updated