A B C D E F G H I K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- Feed - Class in com.cheetahdigital.newsfeed.core.model
-
Cheetah Loyalty Feed Data Model
- Feed() - Constructor for class com.cheetahdigital.newsfeed.core.model.Feed
- Feeds - Class in com.cheetahdigital.newsfeed.core.model
-
Cheetah Loyalty Feeds Data Model
- Feeds() - Constructor for class com.cheetahdigital.newsfeed.core.model.Feeds
- FEEDS_PROCEED_TO_NEW_POST - Static variable in class com.cheetahdigital.newsfeed.ui.list.FeedsListFragment
- FeedsListActivity - Class in com.cheetahdigital.newsfeed.ui.list
-
The activity class for showing the list of
Feed
viaFeedsListFragment
Can receive the following intent extras:IntentKey.PRIMARY_PARAMS
- use this key to pass any changes in query parametersFeedsListFragment.FEEDS_PROCEED_TO_NEW_POST
- boolean key to determine if clicking an item in the list will proceed toNewsfeedPostActivity
. - FeedsListActivity() - Constructor for class com.cheetahdigital.newsfeed.ui.list.FeedsListActivity
- FeedsListAdapter - Class in com.cheetahdigital.newsfeed.ui.list
-
The adapter for
FeedsListFragment
- FeedsListAdapter(List<Feed>) - Constructor for class com.cheetahdigital.newsfeed.ui.list.FeedsListAdapter
-
Constructor of the adapter which accepts a list of
Feed
objects - FeedsListAdapter(List<Feed>, OnFeedClickListener) - Constructor for class com.cheetahdigital.newsfeed.ui.list.FeedsListAdapter
-
Constructor of the adapter which accepts a list of
Feed
objects and theOnFeedClickListener
that will dictate the action to be performed when items are clicked - FeedsListFragment<A extends FeedsListAdapter,V extends FeedsListView,P extends FeedsListPresenter<V>> - Class in com.cheetahdigital.newsfeed.ui.list
-
The fragment class for showing a list of
Feed
Can receive the following intent extras:IntentKey.PRIMARY_PARAMS
- use this key to pass any changes in query parametersFeedsListFragment.FEEDS_PROCEED_TO_NEW_POST
- boolean key to determine if clicking an item in the list will proceed toNewsfeedPostActivity
. - FeedsListFragment() - Constructor for class com.cheetahdigital.newsfeed.ui.list.FeedsListFragment
- FeedsListPresenter<T extends FeedsListView> - Class in com.cheetahdigital.newsfeed.ui.list
-
The
MvpPresenter
class forFeedsListFragment
- FeedsListPresenter() - Constructor for class com.cheetahdigital.newsfeed.ui.list.FeedsListPresenter
-
Default constructor.
- FeedsListPresenter(NewsfeedParams) - Constructor for class com.cheetahdigital.newsfeed.ui.list.FeedsListPresenter
-
Constructor that receives custom
NewsfeedParams
to retrieveFeeds
- FeedsListView - Interface in com.cheetahdigital.newsfeed.ui.list
-
The
MvpView
class forFeedsListFragment
- FeedViewHolder - Class in com.cheetahdigital.newsfeed.ui.list
-
The
RecyclerView.ViewHolder
class forFeedsListAdapter
- FeedViewHolder(View) - Constructor for class com.cheetahdigital.newsfeed.ui.list.FeedViewHolder
- finishActivity() - Method in class com.cheetahdigital.newsfeed.ui.post.NewsfeedPostActivity
- finishActivity() - Method in interface com.cheetahdigital.newsfeed.ui.post.NewsfeedPostView
-
Notifies the view to finish the activity.
- Flag - Class in com.cheetahdigital.newsfeed.core.model
-
Cheetah Loyalty Flag Data Model
- Flag() - Constructor for class com.cheetahdigital.newsfeed.core.model.Flag
- flagAttempt(String) - Method in class com.cheetahdigital.newsfeed.ui.widgets.SocialWidget
-
Updates the flag view
- flagComment(int, String) - Method in class com.cheetahdigital.newsfeed.ui.details.NewsfeedDetailsPresenter
-
Flag a comment
- flagComment(int, String, NewsfeedParams, NewsfeedFields) - Method in class com.cheetahdigital.newsfeed.ui.details.NewsfeedDetailsPresenter
-
Flag a comment
- flagComment(NewsfeedParams, NewsfeedFields, Listener<SuccessResponse>) - Method in class com.cheetahdigital.newsfeed.core.api.NewsfeedAPI
-
Flag a comment for a specific news feed post.
- flagPost(int, String) - Method in class com.cheetahdigital.newsfeed.ui.list.NewsfeedListPresenter
-
Flag a post
- flagPost(int, String, NewsfeedParams, NewsfeedFields) - Method in class com.cheetahdigital.newsfeed.ui.list.NewsfeedListPresenter
-
Flag a post
- flagPost(NewsfeedParams, NewsfeedFields, Listener<SuccessResponse>) - Method in class com.cheetahdigital.newsfeed.core.api.NewsfeedAPI
-
Flag a post.
- flagPost(String) - Method in class com.cheetahdigital.newsfeed.ui.details.NewsfeedDetailsPresenter
-
Flags a post
- flagPost(String, NewsfeedParams, NewsfeedFields) - Method in class com.cheetahdigital.newsfeed.ui.details.NewsfeedDetailsPresenter
-
Flags a post
All Classes All Packages