Dispatch
class Dispatch
A representation of an event or view being tracked.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Extracts command names from the dispatch payload. Supports both a DataList of strings (multiple commands) and a single String, matching the behavior of the Swift Dispatch+Commands extension.
Link copied to clipboard
Returns a consistent short description of the Dispatch to help identify it throughout the logs.
Link copied to clipboard
Returns the current payload of this Dispatch
Link copied to clipboard