Last updated:
0 purchases
rewardrally
Reward Rally - Platform that leverages gaming techniques to motivate user participation, engagement, and collaboration. #
Prerequisites
Usage
Installation
Usage
License
Keywords
Prerequisites #
Reward Rally Account: #
To register for an account on Reward Rally, Please reach out to us via phone call (+91 8925841838) or send an email to the specified email address [email protected] Once you've contacted us, we will proceed to create an account for you to continue with the process.
Reward Rally Account:
Your organization name
Organisation Email address
Username
Phone number
We will generate a client Id and secret key for your organization. The users you provide should be the individuals who will be accessing the admin panel for configuration purposes. We will create your an admin with the given phone number to access the Reward Rally account for your organization.
Please note that integration requires an active Reward Rally account, and you should have the necessary login credentials for your Reward Rally account.
Installation #
Install rewardrally via the following command
flutter pub add rewardrally
copied to clipboard
Usage #
Import rewardrally package in your widget
import 'package:rewardrally/rewardrally.dart';
copied to clipboard
Replace the client credentials in the below code.
Initialize RewardRally by passing following parameters.
clientId
clientSecret
userId
appId
RewardRallyConfig.initialize(clientId, clientSecret, userId, appId);
await RewardRallyService.init();
copied to clipboard
Place the following tag in your widget file where you want the leaderboard to be rendered.Pass the required parameters such as userId and appId (Application Id).
overLayPosition - where you want the leaderboard icon to be placed.
LeaderBoard(
applicationId: <Application Id>,
userId: <User Id>,
overLayPosition: OverLayPositionModel(
top: 50.0, right: 10.0, left: null, bottom: null),
)
copied to clipboard
Call the updateGameAction() function from RewardRallyService to update score in the user leaderboard.
pass the required parameters such as userId and gameActionId.
get the GameActionId via configuration panel.
RewardRallyService.updateGameAction(userId, gameActionId, '', '');
copied to clipboard
Security Reporting #
If you find a security issue with our libraries or services please report it to [email protected] with as much detail as possible. We will contact you shortly upon receiving the information.
License #
Copyright (c) Peninsular Research Operation. All rights reserved.
Contact #
For questions, issues, or feedback, please contact [email protected]
Keywords #
RewardRally Gamification flutter angular User engagement and retention increase customer retention Employee engagement Employee retention increase customer engagement
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.