Blocker

enum Blocker

An impediment that should be resolved in order to make the tracking work, or, for some cases, work reliably.

Entries

Link copied to clipboard

Tracking was started from the API, the app is in background, but the user didn't grant the app permissions to start tracking from background. This can be a sign of an integration error if the app doesn't ask the user background permissions.

Link copied to clipboard

Permissions either were explicitly denied by the user or were never asked before tracking event occurred (in which case it's an integration error)

Link copied to clipboard

Location services disabled

Link copied to clipboard

Permissions either were explicitly denied by the user or were never asked before tracking event occurred (in which case it's an integration error)

Functions

Link copied to clipboard
open fun resolve()
Navigates user to the dedicated settings menu.
Link copied to clipboard
@NotNull
open fun toString(): String
Link copied to clipboard
open fun valueOf(name: String): Blocker
Link copied to clipboard
open fun values(): Array<Blocker>

Properties

Link copied to clipboard
val code: String
Link copied to clipboard
val userActionCTA: String
Link copied to clipboard
val userActionExplanation: String
Link copied to clipboard
val userActionTitle: String