![]() |
DEPRECATED: Diffusion iOS Classic API
5.9.4
|
Protocol for receiving messages from a particular topic. More...
#import <DFTopicListenerDelegate.h>
Instance Methods | |
(BOOL) | - onMessage: |
This method is called if the TopicMessage matches the message received from Diffusion. | |
(NSString *) | - getTopic |
getTopic. | |
Protocol for receiving messages from a particular topic.
- (NSString *) getTopic |
getTopic.
NB: From v5.0 this method is only called when this delegate is added to the DFClient, whereas it used to be called each time a message was recieved.
- (BOOL) onMessage: | (DFTopicMessage *) | message |
This method is called if the TopicMessage matches the message received from Diffusion.
message |