@FunctionalInterface
public interface IBackButtonCallback
Modifier and Type | Method and Description |
---|---|
boolean |
handlePress(boolean hasBackStack)
Called whenever the back button is pressed while the Unblu UI is displayed
|
boolean handlePress(boolean hasBackStack)
hasBackStack
- is true if there is still some back stack in the webView. False otherwise