public static final enum

Helpshift.ENABLE_CONTACT_US

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.helpshift.Helpshift.ENABLE_CONTACT_US

Class Overview

An Enum to specify the possible options for enableContactUs flag

Summary

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

Enum Values

public static final Helpshift.ENABLE_CONTACT_US AFTER_VIEWING_FAQS

Since: API Level

Show contactUs button only after user has viewed FAQs

public static final Helpshift.ENABLE_CONTACT_US ALWAYS

Since: API Level

Always show the contactUs button

public static final Helpshift.ENABLE_CONTACT_US NEVER

Since: API Level

Do not show the contactUs button

Public Methods

public static Helpshift.ENABLE_CONTACT_US valueOf (String name)

public static final ENABLE_CONTACT_US[] values ()