trackAction
Introduction
The trackAction()
method informs the client app that the user interacted with the UI.
Code Example
// Notify the client app that the user interacted with the UI.
maestroManagerDelegateImplementation.trackAction(name: "action_name", attributes: ["attribute_name": "attribute_value"])