| 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
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
boolean
|
equals(Object arg0)
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Constructors