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. def acceptedTermsOfServices(tos: Option[UserTermsOfServices]): Boolean

  7. val appConfig: AppConfigurationService

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. lazy val defaultToSDate: Date

  11. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getAmplitudeApiKey: String

    Get the Amplitude clickstream/analytics configuration

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getDisplayName: String

    Get the display name (subtitle)

  17. def getGoogleAnalytics: String

    Get the google analytics code

  18. def getParameterTitle: String

    Get the welcome message

  19. def getParametersTitle: String

    Get the welcome message

  20. def getSensorTitle: String

    Get the welcome message

  21. def getSensorsTitle: String

    Get the welcome message

  22. def getTermsOfServicesText: String

  23. def getTermsOfServicesTextRaw: String

    Get the Terms of Service

  24. def getTermsOfServicesVersionDate: Date

    get the version of the Terms of Service

  25. def getTermsOfServicesVersionString: String

  26. def getTheme: String

    Get the default theme

  27. def getWelcomeMessage: String

    Get the welcome message

  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. def isDefaultTermsOfServices: Boolean

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isTermOfServicesHtml: Boolean

  32. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  35. def setAmplitudeApiKey(ampApiKey: String): Option[Any]

    Set the Amplitude clickstream/analytics configuration

  36. def setDefaultTermsOfServicesVersion(): Any

  37. def setDisplayName(displayName: String): Option[Any]

    Set the display name (subtitle)

  38. def setGoogleAnalytics(gacode: String): Option[Any]

    Set the google analytics code

  39. def setParameterTitle(parameterTitle: String): Option[Any]

    Set the Parameter title

  40. def setParametersTitle(parametersTitle: String): Option[Any]

    Set the Parameters title

  41. def setSensorTitle(sensorTitle: String): Option[Any]

    Set the Sensor title

  42. def setSensorsTitle(sensorsTitle: String): Option[Any]

    Set the Sensors title

  43. def setTermOfServicesHtml(html: Boolean): Option[Any]

  44. def setTermsOfServicesText(tos: String): Option[Any]

    Set the Terms of Service

  45. def setTermsOfServicesVersionDate(date: Date): Option[Any]

    Set the version of the Terms of Service and returns the version

  46. def setTheme(theme: String): Any

    Set the default theme

  47. def setWelcomeMessage(welcomeMessage: String): Option[Any]

    Set the welcome message

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

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

    Get list of available themes

  50. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped