//app-support/healthstack.app/HomeScreenState

HomeScreenState

[androidJvm]
enum HomeScreenState : Enum<HomeScreenState>

Enum class representing the possible states of the home screen.

Entries

   
HOME [androidJvm]
HOME("Home")
TASK [androidJvm]
TASK("Task")

Properties

Name Summary
name [androidJvm]
val name: String
ordinal [androidJvm]
val ordinal: Int
title [androidJvm]
val title: String
A string representing the title of the state.