LSClientMessageDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | LSClientMessageDelegate.h |
Overview
Protocol to be implemented to receive [LSLightstreamerClient sendMessage:withSequence:timeout:delegate:enqueueWhileDisconnected:] events reporting a message processing outcome.
Events for these delegates are dispatched by a different thread than the one that generates them. All the notifications for a single LSLightstreamerClient, including notifications to LSClientDelegate, LSSubscriptionDelegate, LSClientMessageDelegate, LSMPNDeviceDelegate and LSMPNSubscriptionDelegate, will be dispatched by the same thread. Only one event per message is fired on this delegate.