Screen

abstract class Screen : SessionManager

The Screen class is useful to give the basic structure for a Refy's screen to display the RefyItem's list

Author

N7ghtm4r3 - Tecknobit

See also

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun executeFabAction()

Function to execute the fab action previously set

Link copied to clipboard
open fun ManagedContent(context: Context, content: @Composable () -> Unit)

Function to display the correct content based on the current scenario such server offline or device disconnected

Link copied to clipboard

Function to restart the refresher of the screen displayed

Link copied to clipboard
abstract fun SetFabAction()

Function to set the action to execute when the FloatingActionButton has been clicked

Link copied to clipboard
abstract fun ShowContent()

Function to display the content of the screen

Link copied to clipboard

Function to suspend the refresher of the screen displayed