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

C

com.cheetahdigital.content.core.api.contentpages - package com.cheetahdigital.content.core.api.contentpages
 
com.cheetahdigital.content.core.api.contenttoken - package com.cheetahdigital.content.core.api.contenttoken
 
com.cheetahdigital.content.core.api.staticfile - package com.cheetahdigital.content.core.api.staticfile
 
com.cheetahdigital.content.core.model.contentoken - package com.cheetahdigital.content.core.model.contentoken
 
com.cheetahdigital.content.core.model.contentpages - package com.cheetahdigital.content.core.model.contentpages
 
com.cheetahdigital.content.core.model.staticfile - package com.cheetahdigital.content.core.model.staticfile
 
com.cheetahdigital.content.ui - package com.cheetahdigital.content.ui
 
com.cheetahdigital.content.ui.contentpage.detail - package com.cheetahdigital.content.ui.contentpage.detail
 
com.cheetahdigital.content.ui.contentpage.list - package com.cheetahdigital.content.ui.contentpage.list
 
com.cheetahdigital.content.ui.staticfiles.detail - package com.cheetahdigital.content.ui.staticfiles.detail
 
com.cheetahdigital.content.ui.staticfiles.list - package com.cheetahdigital.content.ui.staticfiles.list
 
ContentNotificationJobService - Class in com.cheetahdigital.content.ui
Service for handling ContentPagesAPI calls when clicking action buttons.
ContentNotificationJobService() - Constructor for class com.cheetahdigital.content.ui.ContentNotificationJobService
 
ContentPage - Class in com.cheetahdigital.content.core.model.contentpages
Content Page Model
ContentPage() - Constructor for class com.cheetahdigital.content.core.model.contentpages.ContentPage
 
ContentPageActivity - Class in com.cheetahdigital.content.ui.contentpage.detail
Activity which acts as a container for ContentPageFragment Can receive the following intent extra: IntentKey.PRIMARY_ID - internal name of the content page IntentKey.CONTENT_PAGE_SCREEN_NAME - screen name for the page, this is usually used for analytics IntentKey.CONTENT_PAGE_TITLE - title for the content page, this is displayed on the toolbar IntentKey.CONTENT_PAGE_OPEN_URL_EXTERNALLY - true to open the link externally, else false IntentKey.CONTENT_PAGE_ALLOW_ZOOM - true to allow zooming, else false IntentKey.CONTENT_PAGE_APPEND_STRING_TO_URL - append this string to url retrieve from the content page name IntentKey.CONTENT_PAGE_WRAP_CONTENT - true to zoom out the content when greater than web view window, else false IntentKey.PRIMARY_PARAMS = ContentPagesParams to use for ContentPagesAPI
ContentPageActivity() - Constructor for class com.cheetahdigital.content.ui.contentpage.detail.ContentPageActivity
 
ContentPageFragment<V extends ContentPageView,​P extends ContentPagePresenter<V>> - Class in com.cheetahdigital.content.ui.contentpage.detail
This fragment shows the ContentPage Can receive the following intent extra: IntentKey.PRIMARY_ID - internal name of the content page IntentKey.CONTENT_PAGE_SCREEN_NAME - screen name for the page, this is usually used for analytics IntentKey.CONTENT_PAGE_OPEN_URL_EXTERNALLY - true to open the link externally, else false IntentKey.CONTENT_PAGE_ALLOW_ZOOM - true to allow zooming, else false IntentKey.CONTENT_PAGE_APPEND_STRING_TO_URL - append this string to url retrieve from the content page name IntentKey.CONTENT_PAGE_WRAP_CONTENT - true to zoom out the content when greater than web view window, else false IntentKey.PRIMARY_PARAMS = ContentPagesParams to use for ContentPagesAPI
ContentPageFragment() - Constructor for class com.cheetahdigital.content.ui.contentpage.detail.ContentPageFragment
 
ContentPagePresenter<T extends ContentPageView> - Class in com.cheetahdigital.content.ui.contentpage.detail
This presenter class contains all the StellarSDK calls for the StellarContentPages module.
ContentPagePresenter(String) - Constructor for class com.cheetahdigital.content.ui.contentpage.detail.ContentPagePresenter
 
ContentPagePresenter(String, ContentPagesParams) - Constructor for class com.cheetahdigital.content.ui.contentpage.detail.ContentPagePresenter
 
ContentPages - Class in com.cheetahdigital.content.core.model.contentpages
Content Pages Model
ContentPages() - Constructor for class com.cheetahdigital.content.core.model.contentpages.ContentPages
 
ContentPagesActivity - Class in com.cheetahdigital.content.ui.contentpage.list
Activity that displays the list of Content Pages that the server returns.
ContentPagesActivity() - Constructor for class com.cheetahdigital.content.ui.contentpage.list.ContentPagesActivity
 
ContentPagesAdapter - Class in com.cheetahdigital.content.ui.contentpage.list
List Adapter for ContentPage
ContentPagesAdapter(List<ContentPage>, OnItemClickListener) - Constructor for class com.cheetahdigital.content.ui.contentpage.list.ContentPagesAdapter
Constructor for ContentPagesAdapter
ContentPagesAPI - Class in com.cheetahdigital.content.core.api.contentpages
Class for setting the query parameters of Content Pages API.
ContentPagesAPI() - Constructor for class com.cheetahdigital.content.core.api.contentpages.ContentPagesAPI
 
ContentPagesFragment<V extends ContentPagesView,​P extends ContentPagesPresenter<V>> - Class in com.cheetahdigital.content.ui.contentpage.list
Fragment that displays the list of Content Pages that the server returns Can receive the following intent extra: IntentKey.PRIMARY_PARAMS = ContentPagesParams to use for ContentPagesAPI
ContentPagesFragment() - Constructor for class com.cheetahdigital.content.ui.contentpage.list.ContentPagesFragment
 
ContentPagesParams - Class in com.cheetahdigital.content.core.api.contentpages
Class for setting the query parameters of Content Pages API.
ContentPagesParams() - Constructor for class com.cheetahdigital.content.core.api.contentpages.ContentPagesParams
 
ContentPagesParams(Parcel) - Constructor for class com.cheetahdigital.content.core.api.contentpages.ContentPagesParams
 
ContentPagesParams.Builder - Class in com.cheetahdigital.content.core.api.contentpages
Builder class for ContentPagesParams
ContentPagesPresenter<T extends ContentPagesView> - Class in com.cheetahdigital.content.ui.contentpage.list
This presenter class contains all the StellarSDK calls for displaying the list of Content Pages that the server will return.
ContentPagesPresenter() - Constructor for class com.cheetahdigital.content.ui.contentpage.list.ContentPagesPresenter
 
ContentPagesPresenter(ContentPagesParams) - Constructor for class com.cheetahdigital.content.ui.contentpage.list.ContentPagesPresenter
 
ContentPagesView - Interface in com.cheetahdigital.content.ui.contentpage.list
View interface for any class wanting to display the list of Content Pages using the ContentPagesPresenter.
ContentPagesViewHolder - Class in com.cheetahdigital.content.ui.contentpage.list
The View Holder for the list of Content Page Contains all the views to be displayed on each list item
ContentPagesViewHolder(View) - Constructor for class com.cheetahdigital.content.ui.contentpage.list.ContentPagesViewHolder
 
ContentPageView - Interface in com.cheetahdigital.content.ui.contentpage.detail
View to be implemented for ContentPageFragment
ContentPageWebContentClient - Class in com.cheetahdigital.content.ui.contentpage.detail
Customized web view client
ContentPageWebContentClient(ContentPageFragment) - Constructor for class com.cheetahdigital.content.ui.contentpage.detail.ContentPageWebContentClient
 
ContentToken - Class in com.cheetahdigital.content.core.model.contentoken
Loyalty ContentToken Data Model
ContentToken() - Constructor for class com.cheetahdigital.content.core.model.contentoken.ContentToken
 
ContentTokenAPI - Class in com.cheetahdigital.content.core.api.contenttoken
Class for setting the query parameters of Content Token API.
ContentTokenAPI() - Constructor for class com.cheetahdigital.content.core.api.contenttoken.ContentTokenAPI
 
ContentTokenParams - Class in com.cheetahdigital.content.core.api.contenttoken
Class for setting the query parameters of Content Token API.
ContentTokenParams() - Constructor for class com.cheetahdigital.content.core.api.contenttoken.ContentTokenParams
 
ContentTokenParams(Parcel) - Constructor for class com.cheetahdigital.content.core.api.contenttoken.ContentTokenParams
 
ContentTokenParams.Builder - Class in com.cheetahdigital.content.core.api.contenttoken
Builder class for ContentTokenParams
createItemDecoration() - Method in class com.cheetahdigital.content.ui.contentpage.list.ContentPagesFragment
Create the item decoration used in the RecyclerView.
createItemDecoration() - Method in class com.cheetahdigital.content.ui.staticfiles.list.StaticFilesFragment
Create the item decoration used in the RecyclerView.
createNormalViewHolder(ViewGroup, int) - Method in class com.cheetahdigital.content.ui.contentpage.list.ContentPagesAdapter
 
createNormalViewHolder(ViewGroup, int) - Method in class com.cheetahdigital.content.ui.staticfiles.list.StaticFilesAdapter
 
createPresenter() - Method in class com.cheetahdigital.content.ui.contentpage.detail.ContentPageFragment
 
createPresenter() - Method in class com.cheetahdigital.content.ui.contentpage.list.ContentPagesFragment
 
createPresenter() - Method in class com.cheetahdigital.content.ui.staticfiles.detail.StaticFileFragment
 
createPresenter() - Method in class com.cheetahdigital.content.ui.staticfiles.list.StaticFilesFragment
 
createQueryParams() - Method in class com.cheetahdigital.content.core.api.contentpages.ContentPagesParams.Builder
 
createQueryParams() - Method in class com.cheetahdigital.content.core.api.contenttoken.ContentTokenParams.Builder
 
createQueryParams() - Method in class com.cheetahdigital.content.core.api.staticfile.StaticFilesParams.Builder
 
CREATOR - Static variable in class com.cheetahdigital.content.core.api.contentpages.ContentPagesParams
 
CREATOR - Static variable in class com.cheetahdigital.content.core.api.contenttoken.ContentTokenParams
 
CREATOR - Static variable in class com.cheetahdigital.content.core.api.staticfile.StaticFilesParams
 
B C G I L M O R S T 
All Classes All Packages