B C F G I L M O R S 
All Classes All Packages

F

Friend - Class in com.cheetahdigital.friends.core.model
Loyalty Friend Data Model
Friend() - Constructor for class com.cheetahdigital.friends.core.model.Friend
 
FriendListActivity - Class in com.cheetahdigital.friends.ui
The Activity class for showing the list of Friend via FriendsFragment Can receive the following intent extras: IntentKey.PRIMARY_PARAMS - the FriendsParams to use IntentKey.PRIMARY_ID - contains the leaderboard name
FriendListActivity() - Constructor for class com.cheetahdigital.friends.ui.FriendListActivity
 
FriendsAdapter - Class in com.cheetahdigital.friends.ui
The adapter for FriendsFragment
FriendsAdapter(List<Friend>, OnItemClickListener) - Constructor for class com.cheetahdigital.friends.ui.FriendsAdapter
 
FriendsAPI - Class in com.cheetahdigital.friends.core.api
Class for setting the query parameters of Friends API.
FriendsAPI() - Constructor for class com.cheetahdigital.friends.core.api.FriendsAPI
 
FriendsFragment<V extends FriendsView,​P extends FriendsPresenter<V>> - Class in com.cheetahdigital.friends.ui
The fragment class for showing the list of Friend Can receive the following intent extras: IntentKey.PRIMARY_PARAMS - the FriendsParams to use IntentKey.PRIMARY_ID - contains the leaderboard name
FriendsFragment() - Constructor for class com.cheetahdigital.friends.ui.FriendsFragment
 
FriendsParams - Class in com.cheetahdigital.friends.core.api
Class for setting the query parameters of Friends API All Nullable parameters means you can remove the parameter by passing a null value.
FriendsParams() - Constructor for class com.cheetahdigital.friends.core.api.FriendsParams
 
FriendsParams(Parcel) - Constructor for class com.cheetahdigital.friends.core.api.FriendsParams
 
FriendsParams.Builder - Class in com.cheetahdigital.friends.core.api
 
FriendsPresenter<T extends FriendsView> - Class in com.cheetahdigital.friends.ui
The MvpPresenter class for FriendsFragment
FriendsPresenter(String) - Constructor for class com.cheetahdigital.friends.ui.FriendsPresenter
Create the presenter with a leaderboard name
FriendsPresenter(String, FriendsParams) - Constructor for class com.cheetahdigital.friends.ui.FriendsPresenter
Create the presenter with a given FriendsParams
FriendsView - Interface in com.cheetahdigital.friends.ui
The ListView class for FriendsFragment
FriendsViewHolder - Class in com.cheetahdigital.friends.ui
The RecyclerView.ViewHolder class for FriendsFragment
FriendsViewHolder(View) - Constructor for class com.cheetahdigital.friends.ui.FriendsViewHolder
 
B C F G I L M O R S 
All Classes All Packages