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 getInstance: String

  19. def getParameterTitle: String

    Get the welcome message

  20. def getParametersTitle: String

    Get the welcome message

  21. def getSensorTitle: String

    Get the welcome message

  22. def getSensorsTitle: String

    Get the welcome message

  23. def getTermsOfServicesText: String

  24. def getTermsOfServicesTextRaw: String

    Get the Terms of Service

  25. def getTermsOfServicesVersionDate: Date

    get the version of the Terms of Service

  26. def getTermsOfServicesVersionString: String

  27. def getTheme: String

    Get the default theme

  28. def getWelcomeMessage: String

    Get the welcome message

  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. def isDefaultTermsOfServices: Boolean

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def isTermOfServicesHtml: Boolean

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

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

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

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

    Set the Amplitude clickstream/analytics configuration

  37. def setDefaultTermsOfServicesVersion(): Any

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

    Set the display name (subtitle)

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

    Set the google analytics code

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

    Set the Parameter title

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

    Set the Parameters title

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

    Set the Sensor title

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

    Set the Sensors title

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

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

    Set the Terms of Service

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

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

  47. def setTheme(theme: String): Any

    Set the default theme

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

    Set the welcome message

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

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

    Get list of available themes

  51. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped