| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.helpshift.Helpshift.ENABLE_CONTACT_US | |
An Enum to specify the possible options for enableContactUs flag
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Helpshift.ENABLE_CONTACT_US | AFTER_VIEWING_FAQS | Show contactUs button only after user has viewed FAQs | |||||||||
| Helpshift.ENABLE_CONTACT_US | ALWAYS | Always show the contactUs button | |||||||||
| Helpshift.ENABLE_CONTACT_US | NEVER | Do not show the contactUs button | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static Helpshift.ENABLE_CONTACT_US | valueOf(String name) | ||||||||||
| final static ENABLE_CONTACT_US[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Show contactUs button only after user has viewed FAQs
Always show the contactUs button
Do not show the contactUs button