public static class

Support.RateAlert

extends RateAlert
java.lang.Object
   ↳ SupportInternal.RateAlert
     ↳ com.helpshift.support.Support.RateAlert

Class Overview

Constants to describe the action taken by the user inside the Alert Dialog to Rate App.

Following are the possible values

SUCCESS - This indicates that the user clicked on the Rate button;

FEEDBACK - This indicates that the user clicked on Feedback button;

CLOSE - This indicates that the user clicked on the Close button;

FAIL - This indicates that the review alert was failed to show;

Summary

Public Constructors
RateAlert()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RateAlert ()