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