Cheetah CES Docs Portal

Navigation
Home
GitHub
Email
Corporate Site


Summary

« Back to Kits References

The Summary Kit gives you access to the member’s account information. This includes user levels, tiers, current metrics and other essential information regarding membership.

Overview

For most Cheetah Digital powered applications, there usually is a section for metrics where the member’s level and current points are displayed. This is where the Summary kit is used. Currently, no reusable UIs are available from this kit, but the methods are available for third party developers so they can create their own implementation of the summary view.

To include the Summary kit, open the Gradle Scripts | build.gradle (Module: app) and add the following to the dependencies section:

   implementation 'com.cheetahdigital.android:summary:<version>'

Fully Custom UI

The SummaryAPI class contains different methods for querying the user’s summary data:

Querying Summary Data

getSummary(SummaryParams summaryParams, boolean clearCache, ListenerModel<BaseModel<Summary>, Summary> listener)


« Back to Kits References