Sign In Register

How can we help you today?

Start a new topic

.LogEventResponse all listener

Hello, I'm wondering if there is an all listener for all LogEventResponses.


In the GameSparks api there is            

ScriptMessage.Listener += SparkMessageHandler; 

GSMessageHandler._AllMessages += LogResponseHandler;  // <-- doesn't get custom log event responses


but they seem to be the same thing. They handle SparkMessage and they seem to handle other response systems, but they don't handle the custom LogEventRequest/Responses that we can created.


There is a lot of low level api handlers and listeners, I just can't seem to find a master response when I recieve

RECV:{"@class":".LogEventResponse"....}



1 Comment

so, no solutions for this. that's unfortunate. I'll have to manually insert a process on each response.

Login to post a comment