| java.lang.Object |
| ↳ |
SupportInternal.EnableContactUs |
| |
↳ |
com.helpshift.support.Support.EnableContactUs |
Class Overview
Constants to specify the possible options for enableContactUs flag
Following are the possible values
ALWAYS - User will always be shown the Contact Us option;
NEVER - User will never be shown the Contact Us option;
AFTER_VIEWING_FAQS - User can see the Contact Us option only after he has viewed FAQ;
AFTER_MARKING_ANSWER_UNHELPFUL - User can see the Contact US option only after he has marked a question unhelpful;
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
public
EnableContactUs
()