Skip to content

Commit

Permalink
Force tracker timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jul 11, 2024
1 parent baa9238 commit cb428d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exampleapp/src/main/java/org/matomo/demo/DemoApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class DemoApp : MatomoApplication() {

// Track this app install, this will only trigger once per app version.
// i.e. "http://org.matomo.demo:1/185DECB5CFE28FDB2F45887022D668B4"
tracker.dispatchTimeout = 1
TrackHelper.track().download().identifier(Extra.ApkChecksum(this)).with(tracker)
// Alternative:
// i.e. "http://org.matomo.demo:1/com.android.vending"
Expand Down

0 comments on commit cb428d2

Please sign in to comment.