Tracker

interface Tracker

An interface that allows users of the SDK to track the various ScreenEvent events in the finance overview UI.

Users of the SDK can implement this interface with their tracking logic and pass the implementation as input when creating a new instance of the FinanceOverviewFragment.

Functions

Link copied to clipboard
abstract fun track(screenEvent: ScreenEvent)