Class LeaderboardEntryTitle

    • Constructor Summary

      Constructors 
      Constructor Description
      LeaderboardEntryTitle​(java.lang.String title)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTitle()
      Retrieve the title this entry represents
      android.view.View getView​(android.content.Context context, android.view.View convertView, android.view.ViewGroup parent, LeaderboardEntryTitle item)
      Retrieves the view to render in the leaderboard
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LeaderboardEntryTitle

        public LeaderboardEntryTitle​(java.lang.String title)
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Retrieve the title this entry represents
        Returns:
        the title
      • getView

        public android.view.View getView​(android.content.Context context,
                                         android.view.View convertView,
                                         android.view.ViewGroup parent,
                                         LeaderboardEntryTitle item)
        Description copied from interface: LeaderboardAdapterItem
        Retrieves the view to render in the leaderboard
        Specified by:
        getView in interface LeaderboardAdapterItem<LeaderboardEntryTitle>
        Parameters:
        context - application context
        convertView - view
        parent - parent
        item - leaderboard item
        Returns:
        view to display