WebUiNetworkErrorFragment

class WebUiNetworkErrorFragment : SbBaseFragment

A fragment which will display as a full screen error when the Web UI flow encounters an unrecoverable error.

This fragment will use Listener to communicate user behaviour back to the Activity which uses it. Please ensure that any Activities consuming this fragment implement Listener

Constructors

WebUiNetworkErrorFragment
Link copied to clipboard
fun WebUiNetworkErrorFragment()

Types

Companion
Link copied to clipboard
object Companion
Listener
Link copied to clipboard
interface Listener
Listener to be implemented by the Activity hosting this fragment