CloseTrackerEvent

Triggered when a tracker is closed.

This event provides information about the tracker being closed and the reason for closure.

Since

2.0.0

Parameters

tracker

the tracker being closed

reason

the reason for closing the tracker

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun call(): Boolean
Dispatches this event to the global event bus.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String