-
public class FullScreenExperience.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final FullScreenExperienceHomeScreenprivate final FullScreenExperienceValuePropositionScreenprivate final FullScreenExperiencePricingScreenpublic final static FullScreenExperience.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final FullScreenExperiencegetHomeScreen()Displays the home state for embedded care final FullScreenExperiencegetValuePropositionScreen()Displays value proposition of embedded care features final FullScreenExperiencegetPricingScreen()Displays pricing information -
-
Method Detail
-
getHomeScreen
final FullScreenExperience getHomeScreen()
Displays the home state for embedded care
-
getValuePropositionScreen
final FullScreenExperience getValuePropositionScreen()
Displays value proposition of embedded care features
-
getPricingScreen
final FullScreenExperience getPricingScreen()
Displays pricing information
-
-
-
-