| com.helpshift.support.flows.Flow |
Known Indirect Subclasses
|
Implement this interface when defining custom flows.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract String |
getLabel()
Implement this method to return a string which will be used as your custom flow label.
| ||||||||||
| abstract int |
getLabelResId()
Implement this method to return a string resource which will be used as your custom flow label.
| ||||||||||
| abstract void |
performAction()
Implement your custom flow actions inside the implementation for this method.
| ||||||||||
Implement this method to return a string which will be used as your custom flow label.
Implement this method to return a string resource which will be used as your custom flow label.
Implement your custom flow actions inside the implementation for this method. performAction will be called when the user clicks the custom flow label and your actions will be executed.