package com.gear.network.Config;

import com.gear.network.R;

public class Config {

//    Send x minute to get User reward in Game
    public static int GAME_MINUTE=1;
    public static String GAME_MESSAGE="Spend 5 Minute to get Reward";


    //===========  Intro Slider Edit  ======================//
// you can find animation file from here https://lottiefiles.com/
    // Slide 1 Data
    public static int SLIDE_ONE_ICON = R.raw.welcome;
    public static String SLIDE_ONE_HEADLINE = "Welcome To Reward";
    public static String SLIDE_ONE_DESCRIPTION = "In this Appp you can earn Different Type of Reward & and Money.";

    // Slide 2 Data
    public static int SLIDE_TWO_ICON = R.raw.invite;
    public static String SLIDE_TWO_HEADLINE = "Refer & Earn";
    public static String SLIDE_TWO_DESCRIPTION = "Invite Your Friend and Earn Bonus";

    // Slide 3 Data
    public static int SLIDE_THREE_ICON = R.raw.gift;
    public static String SLIDE_THREE_HEADLINE = "Win Reward";
    public static String SLIDE_THREE_DESCRIPTION = "Complete Daily Challange and & Task to get BOnus and Redeem to YOur Acocunt.";


}
