Types

Link copied to clipboard

Actions the main app can register.

Link copied to clipboard

Default keys to register a Type.INFO event.

Link copied to clipboard

Default scores for the Action

Link copied to clipboard
data class Settings(val type: Analytics.Type, val scores: Map<Analytics.Action, Int>, val eventCreator: (Any) -> Analytics.Event.Info?)

Customizable Analytics settings.

Link copied to clipboard

Type of events the main app will register, INFO or TAG.

Functions

Link copied to clipboard

Convenient function to get default settings using DefaultScores.