AnylyticsInterface
interface AnylyticsInterface
The main interface for interacting with the Anylytics library.
This interface defines methods for tracking different types of events, such as screen views and user actions. Implement this interface to integrate Anylytics into your application.
Inheritors
Functions
Link copied to clipboard
Tracks a user action event.
Tracks a user action event using a predefined Event.Action object.
Link copied to clipboard
Tracks a screen view event.
Tracks a screen view event using a predefined Event.View object.