Class QRCodeLeaderboardEntry

    • Constructor Detail

      • QRCodeLeaderboardEntry

        public QRCodeLeaderboardEntry​(int position,
                                      QRCode qrCode,
                                      long score,
                                      java.lang.String scoreSuffix)
        Constructor for a leaderboard entry
        Parameters:
        qrCode - qrCode of the leaderboard entry
        score - score of the leaderboard entry
        scoreSuffix - suffix to use for the leaderboard entry
    • Method Detail

      • getQRCode

        public QRCode getQRCode()
        Retrieve the QRCode for the entry this represents
        Returns:
        the qrcode