Preparing search index...

    Information for a user who submitted a score to the leaderboard, carrying only non-sensitive user data. Returned by Leaderboard#submitScoreSafeInfo.

    Lens Scripting Version 375

    function onScoreSubmitted(currentUserInfo) {
    print(currentUserInfo.snapchatUser.name + " scored " + currentUserInfo.score);
    print("Top " + currentUserInfo.globalRankPercentile + "%");
    }

    Hierarchy (View Summary)

    Index

    Properties

    globalExactRank: number

    The numerical rank of the user in the global leaderboard.

    Lens Scripting Version 375

    globalRankPercentile: number

    The percentile rank of the user in the global leaderboard.

    Lens Scripting Version 375

    score: number

    The exact score of the user.

    Lens Scripting Version 375

    snapchatUser: SafeSnapchatUser

    The submitting user, with only non-sensitive information: user id, Bitmoji, and a short name.

    Lens Scripting Version 375

    Methods

    • Returns the fully-qualified JavaScript type name for this class (for example, "Component.Camera"). This is a static accessor (no instance required) and returns the same value as the instance getTypeName().

      Returns string

      Lens Scripting Version 375

    • Returns true if the object matches or derives from the passed in type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object is the same as other. Useful for checking if two references point to the same thing.

      Parameters

      Returns boolean