Show / Hide Table of Contents

    Class GachaRewardEntry

    A reward entry indicates an item and an amount received from gacha. Generally used for integral rewards instead of game currency.

    Inheritance
    Object
    GachaRewardEntry
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Analytics
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class GachaRewardEntry
    Remarks

    This class exists to avoid leaking representation details to further IdleKit or partner code without requiring the analytics namespace to couple itself with other IdleKit reward classes.

    Constructors

    GachaRewardEntry(String, Int32)

    Declaration
    public GachaRewardEntry(string item, int amount)
    Parameters
    Type Name Description
    String item
    Int32 amount

    Methods

    ToString()

    Returns the reward entry as the wire format expected by the analytics backend.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    Back to top Copyright © 2020 East Side Games Inc.