| java.lang.Object | |
| ↳ | com.helpshift.support.flows.SingleFAQFlow |
Use this to define a Single FAQ flow for dynamic forms.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
SingleFAQFlow(int labelResId, String questionPublishId)
Constructor to specify a Single FAQ flow with label string resource id and question publish id.
| |||||||||||
|
SingleFAQFlow(int labelResId, String questionPublishId, Map config)
Constructor to specify a Single FAQ flow with label string resource id, question publish id and config.
| |||||||||||
|
SingleFAQFlow(String label, String questionPublishId)
Constructor to specify a Single FAQ flow with label string and question publish id.
| |||||||||||
|
SingleFAQFlow(String label, String questionPublishId, Map config)
Constructor to specify a Single FAQ flow with label string, question 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 Single FAQ flow with label string resource id and question publish id.
| labelResId | String resource id for flow label. |
|---|---|
| questionPublishId | Question publish id. |
Constructor to specify a Single FAQ flow with label string resource id, question publish id and config.
| labelResId | String resource id for flow label. |
|---|---|
| questionPublishId | Question publish id. |
| config | Extra config. |
Constructor to specify a Single FAQ flow with label string and question publish id.
| label | String for flow label. |
|---|---|
| questionPublishId | Question publish id. |
Constructor to specify a Single FAQ flow with label string, question publish id and config.
| label | String resource id for flow label. |
|---|---|
| questionPublishId | Question publish id. |
| config | Extra config. |
Implement this method to return a string which will be used as your custom flow label.