Maestro Manager Delegate
The MaestroManagerDelegate
protocol defines the API with which the client app receives callback that are pertinent to the scope of the entire SDK, as opposed to the MaestroEventDelegate
, which is scoped to the viewing of a specific event.
Interface
public protocol MaestroEventInterface: AnyObject {
func trackState(name: String, attributes: [String: String])
func trackAction(name: String, attributes: [String: String])
}