Show / Hide Table of Contents

    Class LeaderboardDefinition

    Represents an object containing additional information related to game leaderboard.

    Inheritance
    System.Object
    LeaderboardDefinition
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class LeaderboardDefinition

    Constructors

    LeaderboardDefinition(String, String, NativePlatformConstantSet, String, LeaderboardDefinition.IosPlatformProperties, LeaderboardDefinition.AndroidPlatformProperties)

    Declaration
    public LeaderboardDefinition(string id = null, string platformId = null, NativePlatformConstantSet platformIdOverrides = null, string title = null, LeaderboardDefinition.IosPlatformProperties iosProperties = null, LeaderboardDefinition.AndroidPlatformProperties androidProperties = null)
    Parameters
    Type Name Description
    System.String id
    System.String platformId
    NativePlatformConstantSet platformIdOverrides
    System.String title
    LeaderboardDefinition.IosPlatformProperties iosProperties
    LeaderboardDefinition.AndroidPlatformProperties androidProperties

    Properties

    AndroidProperties

    Declaration
    public LeaderboardDefinition.AndroidPlatformProperties AndroidProperties { get; }
    Property Value
    Type Description
    LeaderboardDefinition.AndroidPlatformProperties

    Id

    The string that identifies the leaderboard within Unity environment. (read-only)

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    System.String

    IosProperties

    Declaration
    public LeaderboardDefinition.IosPlatformProperties IosProperties { get; }
    Property Value
    Type Description
    LeaderboardDefinition.IosPlatformProperties

    Title

    The name of the leaderboard. (read-only)

    Declaration
    public string Title { get; }
    Property Value
    Type Description
    System.String

    Methods

    GetPlatformIdForActivePlatform()

    Returns the leaderboard identifier for active platform.

    Declaration
    public string GetPlatformIdForActivePlatform()
    Returns
    Type Description
    System.String
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters