Send client data to callback function
subzeromot opened this issue · 2 comments
subzeromot commented
In smart_record_tap_start_session_on_user_demand.py
how can I send more data to the callback function record_event_listener
? I saw client_data
, I tried to parse my data to this but it seems not work.
rjhowell44 commented
@subzeromot please see the smart_record_tap_start_session_on_ode_occurrence.py for an example of how to work with client_data
The class that is used to define the data is here
how to provide client_data
here
how to access client_data
in callback here
subzeromot commented
thanks, it worked