Item Screen

abstract class ItemScreen : Screen

The ItemScreen 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()

Functions

Link copied to clipboard
abstract fun executeFabAction()

Function to execute the fab action previously set

Link copied to clipboard

Function to restart the refresher of the screen displayed

Link copied to clipboard
@Composable
abstract fun ShowContent()

Function to display the content of the screen

Link copied to clipboard

Function to suspend the refresher of the screen displayed