Invocation of "subscription" cannot occur because arguments do not match any registered target methods. #792
Replies: 1 comment
-
It looks like you're trying to invoke a If you want to do it manually, you do need your method names and signatures to align. Besides your mismatched method names, I see that your |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to get familiar with this library by writing an Api wrapper. I've been able to get some basic request/responses working with the
Invoke
methods and now I'm trying to connect a delegate to a notification.The Api I'm working with allows you to "subscribe" to data changes.
First questions is, how do I properly setup the delegate to handle these notifications?
Next question is, since this Api supports tons of data to subscribe to, how do I connect a different delegate to each?
Beta Was this translation helpful? Give feedback.
All reactions