All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vorlonsoft.android.rate.Constants Maven / Gradle / Ivy

Go to download

Library to help you promote your Android app by prompting users to rate the app after using it for a few days.

The newest version!
package com.vorlonsoft.android.rate;

/**
 * 

Constants Class - constants class of the AndroidRate library.

* * @since 1.1.8 * @version 1.2.1 * @author Alexander Savin */ final class Constants { private Constants() { throw new AssertionError(); } /** *

Constants.Date Class - date constants class of the AndroidRate library.

* * @since 1.1.8 * @version 1.2.1 * @author Alexander Savin */ final static class Date { static final short YEAR_IN_DAYS = (short) 365; private Date() { throw new AssertionError(); } } /** *

Constants.Utils Class - utils constants class of the AndroidRate library.

* * @since 1.1.8 * @version 1.2.1 * @author Alexander Savin */ final static class Utils { static final String TAG = "ANDROIDRATE"; private Utils() { throw new AssertionError(); } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy