Package com.cheetahdigital.content.ui.contentpage.detail
-
Interface Summary Interface Description ContentPageView View to be implemented forContentPageFragment -
Class Summary Class Description ContentPageActivity Activity which acts as a container forContentPageFragmentCan receive the following intent extra:IntentKey.PRIMARY_ID- internal name of the content pageIntentKey.CONTENT_PAGE_SCREEN_NAME- screen name for the page, this is usually used for analyticsIntentKey.CONTENT_PAGE_TITLE- title for the content page, this is displayed on the toolbarIntentKey.CONTENT_PAGE_OPEN_URL_EXTERNALLY-trueto open the link externally, else falseIntentKey.CONTENT_PAGE_ALLOW_ZOOM-trueto allow zooming, else falseIntentKey.CONTENT_PAGE_APPEND_STRING_TO_URL- append this string to url retrieve from the content page nameIntentKey.CONTENT_PAGE_WRAP_CONTENT-trueto zoom out the content when greater than web view window, else falseIntentKey.PRIMARY_PARAMS=ContentPagesParamsto use forContentPagesAPIContentPageFragment<V extends ContentPageView,P extends ContentPagePresenter<V>> This fragment shows theContentPageCan receive the following intent extra:IntentKey.PRIMARY_ID- internal name of the content pageIntentKey.CONTENT_PAGE_SCREEN_NAME- screen name for the page, this is usually used for analyticsIntentKey.CONTENT_PAGE_OPEN_URL_EXTERNALLY-trueto open the link externally, else falseIntentKey.CONTENT_PAGE_ALLOW_ZOOM-trueto allow zooming, else falseIntentKey.CONTENT_PAGE_APPEND_STRING_TO_URL- append this string to url retrieve from the content page nameIntentKey.CONTENT_PAGE_WRAP_CONTENT-trueto zoom out the content when greater than web view window, else falseIntentKey.PRIMARY_PARAMS=ContentPagesParamsto use forContentPagesAPIContentPagePresenter<T extends ContentPageView> This presenter class contains all the StellarSDK calls for the StellarContentPages module.ContentPageWebContentClient Customized web view client