//app-support/healthstack.app.pref/AppStage

AppStage

[androidJvm]
enum AppStage : Enum<AppStage>

An enumeration representing the different stages of the app. Each value has a corresponding title.

Parameters

androidJvm

   
title The title of the stage.

Entries

   
Education [androidJvm]
Education("Education")
Insights [androidJvm]
Insights("Insights")
Settings [androidJvm]
Settings("Settings")
StudyInformation [androidJvm]
StudyInformation("Study Information")
Profile [androidJvm]
Profile("Profile")
Home [androidJvm]
Home("Home")
SignUp [androidJvm]
SignUp("Sign Up")
Onboarding [androidJvm]
Onboarding("Onboarding")

Properties

Name Summary
name [androidJvm]
val name: String
ordinal [androidJvm]
val ordinal: Int
title [androidJvm]
val title: String