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
N
- NewPost - Class in com.cheetahdigital.newsfeed.core.model
 - 
Cheetah Loyalty New Post Data Model
 - NewPost() - Constructor for class com.cheetahdigital.newsfeed.core.model.NewPost
 - Newsfeed - Class in com.cheetahdigital.newsfeed.core.model
 - 
Cheetah Loyalty Newsfeed Data Model
 - Newsfeed() - Constructor for class com.cheetahdigital.newsfeed.core.model.Newsfeed
 - NewsfeedAPI - Class in com.cheetahdigital.newsfeed.core.api
 - 
Class for setting the query parameters of Newsfeed API
 - NewsfeedAPI() - Constructor for class com.cheetahdigital.newsfeed.core.api.NewsfeedAPI
 - NewsfeedAttachmentsActivity - Class in com.cheetahdigital.newsfeed.ui.attachments
 - 
Activity to handle displaying of a single attachment Can receive the following intent extras:
NewsfeedAttachmentsActivity.KEY_ATTACHMENT_SINGLE_URL- Key used to get the url of the attachment - NewsfeedAttachmentsActivity() - Constructor for class com.cheetahdigital.newsfeed.ui.attachments.NewsfeedAttachmentsActivity
 - NewsfeedAttachmentsViewPagerActivity - Class in com.cheetahdigital.newsfeed.ui.attachments
 - 
Activity which shows the photos or videos in view pager mode Can receive the following intent extras:
NewsfeedAttachmentsViewPagerActivity.KEY_ATTACHMENT_SINGLE_URL- Key used to get the url of the attachmentNewsfeedAttachmentsViewPagerActivity.KEY_ATTACHMENT_ALL_URL- Key used to get all the urls of the attachmentNewsfeedAttachmentsViewPagerActivity.KEY_ATTACHMENT_ALL_THUMBNAIL- Key used to get all the urls of the attachment thumbnailsNewsfeedAttachmentsViewPagerActivity.KEY_ATTACHMENT_POSITION- Key used to get the current position of the attachment clickedNewsfeedAttachmentsViewPagerActivity.KEY_ATTACHMENT_TYPE- Key used to indicate if attachment is image or video - NewsfeedAttachmentsViewPagerActivity() - Constructor for class com.cheetahdigital.newsfeed.ui.attachments.NewsfeedAttachmentsViewPagerActivity
 - NewsfeedAttachmentsViewPagerActivity.ATTACHMENT_TYPE - Enum in com.cheetahdigital.newsfeed.ui.attachments
 - NewsfeedAttachmentsViewPagerAdapter - Class in com.cheetahdigital.newsfeed.ui.attachments
 - 
The adapter used to display attachments (images and videos) of
NewsfeedAttachmentsViewPagerActivity - NewsfeedAttachmentsViewPagerAdapter(Activity, String, ArrayList<String>, ArrayList<String>) - Constructor for class com.cheetahdigital.newsfeed.ui.attachments.NewsfeedAttachmentsViewPagerAdapter
 - 
Default constructor
 - NewsfeedConstants - Class in com.cheetahdigital.newsfeed.ui
 - 
Newsfeed UI Constants.
 - NewsfeedConstants() - Constructor for class com.cheetahdigital.newsfeed.ui.NewsfeedConstants
 - NewsfeedDetailsActivity<A extends NewsfeedDetailsAdapter,V extends NewsfeedDetailsView,P extends NewsfeedDetailsPresenter<V>> - Class in com.cheetahdigital.newsfeed.ui.details
 - 
Activity that shows the details of a
Post. - NewsfeedDetailsActivity() - Constructor for class com.cheetahdigital.newsfeed.ui.details.NewsfeedDetailsActivity
 - NewsfeedDetailsAdapter - Class in com.cheetahdigital.newsfeed.ui.details
 - 
The adapter for
NewsfeedDetailsActivity - NewsfeedDetailsAdapter(List<BaseData>) - Constructor for class com.cheetahdigital.newsfeed.ui.details.NewsfeedDetailsAdapter
 - 
Constructor of adapter that accepts list of
BaseData - NewsfeedDetailsAdapter(List<BaseData>, PostDetailsClickListener, CommentClickListener) - Constructor for class com.cheetahdigital.newsfeed.ui.details.NewsfeedDetailsAdapter
 - 
Constructor of the Adapter that accepts list of
BaseDataand post and comment click listeners - NewsfeedDetailsAdapter(List<BaseData>, PostDetailsClickListener, CommentClickListener, OnAttachmentClickListener) - Constructor for class com.cheetahdigital.newsfeed.ui.details.NewsfeedDetailsAdapter
 - 
Constructor of the Adapter that accepts list of
BaseDataand post, comment, and attachment click listeners - NewsfeedDetailsPresenter<T extends NewsfeedDetailsView> - Class in com.cheetahdigital.newsfeed.ui.details
 - 
The
MvpPresenterclass forNewsfeedDetailsActivity - NewsfeedDetailsPresenter(String) - Constructor for class com.cheetahdigital.newsfeed.ui.details.NewsfeedDetailsPresenter
 - 
Constructor of this presenter.
 - NewsfeedDetailsPresenter(String, NewsfeedParams, NewsfeedParams, NewsfeedParams) - Constructor for class com.cheetahdigital.newsfeed.ui.details.NewsfeedDetailsPresenter
 - 
Constructor of this presenter.
 - NewsfeedDetailsView - Interface in com.cheetahdigital.newsfeed.ui.details
 - 
The
MvpViewclass forNewsfeedDetailsActivity - NewsfeedFields - Class in com.cheetahdigital.newsfeed.core.api
 - 
Class for setting the field parameters of Newsfeed API.
 - NewsfeedFields() - Constructor for class com.cheetahdigital.newsfeed.core.api.NewsfeedFields
 - 
Default constructor
 - NewsfeedFields(Parcel) - Constructor for class com.cheetahdigital.newsfeed.core.api.NewsfeedFields
 - NewsfeedFields.Builder - Class in com.cheetahdigital.newsfeed.core.api
 - 
Builder class for
NewsfeedFields - NewsfeedListActivity - Class in com.cheetahdigital.newsfeed.ui.list
 - 
The activity class for showing the list of
PostviaNewsfeedListFragmentCan receive the following extras:IntentKey.PRIMARY_PARAMS- use this key to pass any changes in query parameters of list ofPostIntentKey.SECONDARY_PARAMS- use this key to pass any changes in query parameters of flagsIntentKey.PRIMARY_ID- name of the category of the newsfeedNewsfeedListFragment.PUBLIC_PROFILE_CLICKABLE- boolean key to allow clicking of member avatar/name in a post to show their profile - NewsfeedListActivity() - Constructor for class com.cheetahdigital.newsfeed.ui.list.NewsfeedListActivity
 - NewsfeedListAdapter - Class in com.cheetahdigital.newsfeed.ui.list
 - 
The adapter for
NewsfeedListFragment - NewsfeedListAdapter(List<Post>) - Constructor for class com.cheetahdigital.newsfeed.ui.list.NewsfeedListAdapter
 - 
Constructor for the adapter that accepts the list of
Post - NewsfeedListAdapter(List<Post>, PostClickListener) - Constructor for class com.cheetahdigital.newsfeed.ui.list.NewsfeedListAdapter
 - 
Constructor for the adapter that accepts the list of
Postand post click listeners - NewsfeedListAdapter(List<Post>, PostClickListener, OnAttachmentClickListener) - Constructor for class com.cheetahdigital.newsfeed.ui.list.NewsfeedListAdapter
 - 
Constructor for the adapter that accepts the list of
Post, post and attachment click listeners - NewsfeedListFragment<A extends NewsfeedListAdapter,V extends NewsfeedListView,P extends NewsfeedListPresenter<V>> - Class in com.cheetahdigital.newsfeed.ui.list
 - 
The fragment class for showing a list of
PostCan receive the following extras:IntentKey.PRIMARY_PARAMS- use this key to pass any changes in query parameters of list ofPostIntentKey.SECONDARY_PARAMS- use this key to pass any changes in query parameters of flagsIntentKey.PRIMARY_ID- name of the category of the newsfeedNewsfeedListFragment.PUBLIC_PROFILE_CLICKABLE- boolean key to allow clicking of member avatar/name in a post to show their profile Can receive the following extras fromNewsfeedListFragment.onActivityResult(int, int, Intent)NewsfeedDetailsActivity.KEY_POST_ID- id of the post to refresh Request codes:NewsfeedListFragment.DETAILS_ACTIVITY_REQUEST- Request code when usingListFragmentView.startActivityForResult(Intent, int)forNewsfeedDetailsActivity.NewsfeedListFragment.POST_CODE- Request code when usingListFragmentView.startActivityForResult(Intent, int)forNewsfeedPostActivity. - NewsfeedListFragment() - Constructor for class com.cheetahdigital.newsfeed.ui.list.NewsfeedListFragment
 - NewsfeedListPresenter<T extends NewsfeedListView> - Class in com.cheetahdigital.newsfeed.ui.list
 - 
The
MvpPresenterclass forNewsfeedListFragment - NewsfeedListPresenter() - Constructor for class com.cheetahdigital.newsfeed.ui.list.NewsfeedListPresenter
 - 
Default constructor This creates and instance of
NewsfeedParamsfor getting the list of posts and getting the list of flags - NewsfeedListPresenter(NewsfeedParams, NewsfeedParams) - Constructor for class com.cheetahdigital.newsfeed.ui.list.NewsfeedListPresenter
 - 
Constructor the receives custom
NewsfeedParamsfor list of posts and list of flags - NewsfeedListView - Interface in com.cheetahdigital.newsfeed.ui.list
 - 
The
MvpViewclass forNewsfeedListFragment - NewsfeedNotificationJobService - Class in com.cheetahdigital.newsfeed.ui
 - 
Service for handling NewsfeedAPI calls when clicking action buttons.
 - NewsfeedNotificationJobService() - Constructor for class com.cheetahdigital.newsfeed.ui.NewsfeedNotificationJobService
 - NewsfeedParams - Class in com.cheetahdigital.newsfeed.core.api
 - 
Class for setting the query parameters of Newsfeed API.
 - NewsfeedParams() - Constructor for class com.cheetahdigital.newsfeed.core.api.NewsfeedParams
 - 
Default constructor
 - NewsfeedParams(Parcel) - Constructor for class com.cheetahdigital.newsfeed.core.api.NewsfeedParams
 - NewsfeedParams.Builder - Class in com.cheetahdigital.newsfeed.core.api
 - 
Builder class for
NewsfeedParams - NewsfeedPostActivity<V extends NewsfeedPostView,P extends NewsfeedPostPresenter<V>> - Class in com.cheetahdigital.newsfeed.ui.post
 - 
This activity handles posting of news with attachment (photo or video) Can receive the following extras:
IntentKey.PRIMARY_ID- category of the newsfeedIntentKey.PRIMARY_PARAMS-ProfileParamsto use for loading the post detailsNewsfeedPostActivity.KEY_SELECT_PHOTO- key to automatically show attachment picker of images. - NewsfeedPostActivity() - Constructor for class com.cheetahdigital.newsfeed.ui.post.NewsfeedPostActivity
 - NewsfeedPostPresenter<T extends NewsfeedPostView> - Class in com.cheetahdigital.newsfeed.ui.post
 - 
The
LcePresenterclass forNewsfeedPostActivity - NewsfeedPostPresenter() - Constructor for class com.cheetahdigital.newsfeed.ui.post.NewsfeedPostPresenter
 - 
Default constructor.
 - NewsfeedPostPresenter(ProfileParams) - Constructor for class com.cheetahdigital.newsfeed.ui.post.NewsfeedPostPresenter
 - 
Constructor the receives custom
ProfileParamsto display the profile of the member posting. - NewsfeedPostView - Interface in com.cheetahdigital.newsfeed.ui.post
 - 
The
LceViewclass forNewsfeedPostActivity - newsFeeds - Variable in class com.cheetahdigital.newsfeed.core.model.Feeds
 - NewsVideoActivity - Class in com.cheetahdigital.newsfeed.ui.attachments
 - 
Activity to handle the displaying of video
NewsVideoActivity.CONTENT- Key used to get the url of the attachment - NewsVideoActivity() - Constructor for class com.cheetahdigital.newsfeed.ui.attachments.NewsVideoActivity
 - NewsViewHolder - Class in com.cheetahdigital.newsfeed.ui.list
 - NewsViewHolder(View) - Constructor for class com.cheetahdigital.newsfeed.ui.list.NewsViewHolder
 - NewsViewHolder.SUPPORTED_VIDEO_TYPES - Enum in com.cheetahdigital.newsfeed.ui.list
 - 
Current video types supported.
 
All Classes All Packages