services

AppConfiguration

object AppConfiguration

Object to handle some common configuration options.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AppConfiguration
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val appConfig: AppConfigurationService

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getDisplayName: String

    Get the display name (subtitle)

  14. def getGoogleAnalytics: String

    Get the welcome message

  15. def getParameterTitle: String

    Get the welcome message

  16. def getParametersTitle: String

    Get the welcome message

  17. def getSensorTitle: String

    Get the welcome message

  18. def getSensorsTitle: String

    Get the welcome message

  19. def getTheme: String

    Get the default theme

  20. def getUserAgreement: String

    Get the user agreement

  21. def getWelcomeMessage: String

    Get the welcome message

  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def setDisplayName(displayName: String): Option[AnyRef]

    Set the display name (subtitle)

  28. def setGoogleAnalytics(gacode: String): Option[AnyRef]

    Set the google analytics code

  29. def setParameterTitle(parameterTitle: String): Option[AnyRef]

    Set the Parameter title

  30. def setParametersTitle(parametersTitle: String): Option[AnyRef]

    Set the Parameters title

  31. def setSensorTitle(sensorTitle: String): Option[AnyRef]

    Set the Sensor title

  32. def setSensorsTitle(sensorsTitle: String): Option[AnyRef]

    Set the Sensors title

  33. def setTheme(theme: String): Any

    Set the default theme

  34. def setUserAgreement(userAgreement: String): Option[AnyRef]

    Set the user agreement

  35. def setWelcomeMessage(welcomeMessage: String): Option[AnyRef]

    Set the welcome message

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def themes: List[String]

    Get list of available themes

  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped