| java.lang.Object | |
| ↳ | com.helpshift.support.flows.FAQSectionFlow |
Use this to define a FAQ section flow for dynamic forms.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
FAQSectionFlow(int labelResId, String sectionPublishId)
Constructor to specify a FAQ Section flow with label string resource id and section publish id.
| |||||||||||
|
FAQSectionFlow(int labelResId, String sectionPublishId, Map config)
Constructor to specify a FAQ Section flow with label string resource id, section publish id and config.
| |||||||||||
|
FAQSectionFlow(String label, String sectionPublishId)
Constructor to specify a FAQ Section flow with label string and section publish id.
| |||||||||||
|
FAQSectionFlow(String label, String sectionPublishId, Map config)
Constructor to specify a FAQ Section flow with label string, section publish id and config.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getLabel()
Implement this method to return a string which will be used as your custom flow label.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.helpshift.support.flows.Flow
| |||||||||||
Constructor to specify a FAQ Section flow with label string resource id and section publish id.
| labelResId | String resource id for flow label. |
|---|---|
| sectionPublishId | Section publish id. |
Constructor to specify a FAQ Section flow with label string resource id, section publish id and config.
| labelResId | String resource id for flow label. |
|---|---|
| sectionPublishId | Section publish id. |
| config | Extra config. |
Constructor to specify a FAQ Section flow with label string and section publish id.
| label | String for flow label. |
|---|---|
| sectionPublishId | Section publish id. |
Constructor to specify a FAQ Section flow with label string, section publish id and config.
| label | String for flow label. |
|---|---|
| sectionPublishId | Section publish id. |
| config | Extra config. |
Implement this method to return a string which will be used as your custom flow label.