Package 

Class TrackedEvent


  • 
    public final class TrackedEvent
    
                        

    Represents a single event sent to the backend.

    The type field is a raw string so that the SDK can emit special types such as "INSTALL" that are not part of the public EventType enum exposed to host applications.

    Extra fields that are only meaningful for install-type events are kept optional so the same data class can be reused for any user-generated event as well.