p
connector
package connector
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AnalyticsData(gaClientId: String, events: List[GaEvent]) extends Product with Serializable
-
class
AnalyticsPlatformConnector extends AnyRef
- Annotations
- @Singleton()
- case class Dimension(index: String, value: String) extends Product with Serializable
- case class GaEvent(category: String, action: String, label: String, dimensions: List[Dimension]) extends Product with Serializable
- case class SaReturn(supplementarySchedules: List[String] = List.empty, previousReturns: Boolean = true) extends Product with Serializable
- class SelfAssessmentConnector extends AnyRef