MigratoryData Client API for iOS
Developer's Guide and Reference Manual
MigratoryDataListener.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2007-2019 Migratory Data Systems (http://migratorydata.com)
3
* ALL RIGHTS RESERVED. Use is subject to license terms.
4
*/
5
11
#import "
MigratoryDataMessage.h
"
12
18
@protocol
MigratoryDataListener
19
25
- (void)onMessage:(
MigratoryDataMessage
*)message;
26
72
- (void)onStatus:(NSString *)status info:(NSString *)info;
73
74
@end
MigratoryDataMessage
Represent a message.
Definition:
MigratoryDataMessage.h:16
MigratoryDataListener-p
Implementations of this interface can handle the real-time messages received for the subscribed subje...
Definition:
MigratoryDataListener.h:18
MigratoryDataMessage.h
Include the declaration of the MigratoryDataMessage class.
src
MigratoryDataListener.h
Copyright © Migratory Data Systems 2007-2019