Installing the Freshpaint Android SDK
implementation 'io.freshpaint.android:freshpaint:2.1.0'import io.freshpaint.android.Freshpaint;
import io.freshpaint.android.Properties;Freshpaint freshpaint = new Freshpaint.Builder(getApplicationContext(), "<your environment id>")
.trackApplicationLifecycleEvents()
.trackDeepLinks()
.recordScreenViews()
.build();
Freshpaint.setSingletonInstance(freshpaint);Application Lifecycle Events
Deep Link Tracking
User Consent and Ad Tracking
Verifying Your Instrumentation

Last updated
Was this helpful?