Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.08 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.08 KB

TWA sample applications


Important: This repository contains updated branches:

NOTE: this is the recommended method for implementing you TWA application and the main purpose is to somehow attach Adtrace's life cycle into the app's life cycle.

ground rolls:

  • add permissions and proguard rolls and dependencies! more info
  • create an Application class, create an AdTraceConfig object (obviously with your own customizations) and feed it to AdTrace.onCreate(config). more info
  • have AdTrace.onResume() and AdTrace.onPause() attached to Application. make sure onPuase only triggered when app is off not sooner! more info