
Learn how to quickly integrate and start using the Gamize Android SDK
- AuthToken
- Api Key
- Dashboard link and access
- Latest path/version details of the SDK
- Gamize Android Sdk is supported for Android 21 API level and above
- Gamize Android Sdk file size is between 2-3 MB (approximately)
Methods | Description |
---|
getReward | provides reward information or reward UI(like SpinWheel, Quiz etc.) on the basis of parameter passed |
getLeaderBoard | provides leaderboard ui corresponding to reward |
getProfileBadges | provides array of gamize badges won by user |
userRegistration | This method will register the user on Gamize who registers on clients application using Gamize referral link/code. |
Resource | Description |
---|
Sample Application | Android sample application with Gamize sdk integration |
Enums | Enums used in sdk initialization and listeners |
Listeners | Listeners used in sdk intialization and methods |
ResultBundle | Results from getReward method can be accessed using ResultBundle using predefined keys |
Handling UseCases | Handling possible usecases encountered with gamize sdk |