Package-level declarations
Commanders Act specific classes.
Types
Link copied to clipboard
interface CommandersAct
Interface for interacting with the Commanders Act SDK.
Link copied to clipboard
Represents an event to be sent to Commanders Act.
Link copied to clipboard
This enum defines the labels used for events sent to Commanders Act.
Link copied to clipboard
Link copied to clipboard
Represents the type of media event for Commanders Act's TCMediaEvent. This enum defines the various events that can occur during media playback, such as play, pause, end of file, etc.
Link copied to clipboard
class TCMediaEvent(val eventType: MediaEventType, val assets: Map<String, String>, val sourceId: String? = null) : TCCustomEvent
Represents a media event to be sent to Commanders Act. This class extends TCCustomEvent
and adds specific properties for media tracking.