We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code:MyApplication
@HiltAndroidApp public class MyApplication extends MatomoApplication implements OrigoKeysApiFactory { private static final String MATOMO_URL = "http://35.209.3.16/matomo.php"; @Override public TrackerBuilder onCreateTrackerConfig() { return TrackerBuilder.createDefault(MATOMO_URL, 2); } }
in my fragment
protected val tracker: Tracker get() = (this.activity?.application as MatomoApplication).tracker TrackHelper.track() .screen(screenPath) .title(screenTitle) .with(tracker)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
code:MyApplication
in my fragment
The text was updated successfully, but these errors were encountered: