Search Results for

    Show / Hide Table of Contents

    Struct AnalyticsKit.Config

    AnalyticsKit configuration set some properties for the analytics.

    Namespace: Pley
    Assembly: Pley.dll
    Syntax
    public struct Config

    Fields

    applicationVersion

    The current game version

    Declaration
    public string applicationVersion
    Field Value
    Type Description
    System.String

    crossPlatformUser

    Is this user a cross platform user, i.e. has used Pley Connect

    Declaration
    public bool crossPlatformUser
    Field Value
    Type Description
    System.Boolean

    currencies

    What currencies does the user have

    Declaration
    public AnalyticsKit.Currency[] currencies
    Field Value
    Type Description
    AnalyticsKit.Currency[]

    currentLevel

    The current level of the player

    Declaration
    public int? currentLevel
    Field Value
    Type Description
    System.Nullable<System.Int32>

    customUserId

    The game's unique user identifier, useful for tracking users across different platforms with account linking

    Declaration
    public string customUserId
    Field Value
    Type Description
    System.String

    username

    The visible username of the player

    Declaration
    public string username
    Field Value
    Type Description
    System.String
    In This Article
    Back to top Generated by DocFX