Interface LeaderboardAdapterItem<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      android.view.View getView​(android.content.Context context, android.view.View convertView, android.view.ViewGroup parent, T item)
      Retrieves the view to render in the leaderboard
    • Method Detail

      • getView

        android.view.View getView​(android.content.Context context,
                                  android.view.View convertView,
                                  android.view.ViewGroup parent,
                                  T item)
        Retrieves the view to render in the leaderboard
        Parameters:
        context - application context
        convertView - view
        parent - parent
        item - leaderboard item
        Returns:
        view to display