call a class method inside callback for CBState
Hi all, I wish to call a class method inside the callback method for CBState. However, the callback method does not have a self parameter. When I call a class method from inside the callback I get the exception "User data key 'class_method_name' not available. Available keys :[]". Is there any specific way to do this ?
Any hint or help would be a great help !!