All Classes
- 
All Classes Interface Summary Class Summary Class Description ContentNotificationJobService Service for handling ContentPagesAPI calls when clicking action buttons.ContentPage Content Page ModelContentPageActivity 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.ContentPages Content Pages ModelContentPagesActivity Activity that displays the list of Content Pages that the server returns.ContentPagesAdapter List Adapter forContentPageContentPagesAPI Class for setting the query parameters of Content Pages API.ContentPagesFragment<V extends ContentPagesView,P extends ContentPagesPresenter<V>> Fragment that displays the list of Content Pages that the server returns Can receive the following intent extra:IntentKey.PRIMARY_PARAMS=ContentPagesParamsto use forContentPagesAPIContentPagesParams Class for setting the query parameters of Content Pages API.ContentPagesParams.Builder Builder class forContentPagesParamsContentPagesPresenter<T extends ContentPagesView> This presenter class contains all the StellarSDK calls for displaying the list of Content Pages that the server will return.ContentPagesView View interface for any class wanting to display the list of Content Pages using theContentPagesPresenter.ContentPagesViewHolder The View Holder for the list of Content Page Contains all the views to be displayed on each list itemContentPageView View to be implemented forContentPageFragmentContentPageWebContentClient Customized web view clientContentToken Loyalty ContentToken Data ModelContentTokenAPI Class for setting the query parameters of Content Token API.ContentTokenParams Class for setting the query parameters of Content Token API.ContentTokenParams.Builder Builder class forContentTokenParamsOnItemClickListener The clip listener for content page items in the listOnItemClickListener The clip listener for static files items in the listStaticFile Content Pages ModelStaticFileActivity Activity that displays a Static File from the server in a web view.StaticFileFragment<V extends StaticFileView,P extends StaticFilePresenter<V>> Fragment that displays a Static File from the server.StaticFilePresenter<T extends StaticFileView> This presenter class contains all the StellarSDK calls for displaying a Static File.StaticFiles Content Pages ModelStaticFilesActivity Activity that displays the list of Static Files that the server returns.StaticFilesAdapter Adapter used to display a list of Static Files.StaticFilesAPI Class for setting the query parameters of Static Files API.StaticFilesApiConstants Static Files API ConstantsStaticFilesFragment<V extends StaticFilesView,P extends StaticFilesPresenter<V>> Fragment that displays the list of Static Files that the server returnsStaticFilesParams Class for setting the query parameters of Static Files API.StaticFilesParams.Builder Builder class forStaticFilesParamsStaticFilesPresenter<T extends StaticFilesView> This presenter class contains all the StellarSDK calls for displaying the list of Static Files that the server will return.StaticFilesView View interface for any class wanting to display the list of Static Files using theStaticFilesPresenter.StaticFileView View interface for any class wanting to display a Static File using theStaticFilePresenter.StaticFileViewHolder View holder used for displaying a list of Static Files.StaticFileWebContentClient Custom web client used by our WebView when displaying Static Files.