SDKtvOS SDKMaestro Manager DelegatetrackStateOn this pagetrackStateIntroductionThe trackState() method informs the client app that the user viewed part of the UI.Code Example// Notify the client app that the user interacted with the UI.maestroManagerDelegateImplementation.trackState(name: "state_name", attributes: ["attribute_name": "attribute_value"])