Class RatingHelper
- java.lang.Object
-
- com.cheetahdigital.corekit.helpers.RatingHelper
-
public final class RatingHelper extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckAndOpenRatingDialog(android.content.Context context, android.content.DialogInterface.OnDismissListener dismissListener)static voidcheckAndUpdateLastShown(android.content.Context context)static voidopenRatingDialog(android.content.Context context, android.content.DialogInterface.OnDismissListener dismissListener)
-
-
-
Method Detail
-
checkAndOpenRatingDialog
public static void checkAndOpenRatingDialog(android.content.Context context, android.content.DialogInterface.OnDismissListener dismissListener)
-
openRatingDialog
public static void openRatingDialog(android.content.Context context, android.content.DialogInterface.OnDismissListener dismissListener)
-
checkAndUpdateLastShown
public static void checkAndUpdateLastShown(android.content.Context context)
-
-