You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write a wrapper around your SDK. Unfortunately set_sdk_event_handler only accepts a function pointer making it unusable with any member function of a class.
Could you possibly overload the function to accept class member functions? As an example you can see here.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to write a wrapper around your SDK. Unfortunately
set_sdk_event_handler
only accepts a function pointer making it unusable with any member function of a class.Could you possibly overload the function to accept class member functions? As an example you can see here.
Thanks!
The text was updated successfully, but these errors were encountered: