Protocol
Objective-C
ZingViewControllerDelegate
#import <ZingEngine/ZingEngine.h>
@protocol ZingViewControllerDelegate
A set of optional methods that a delegate of ZingViewController can implement to respond to events.
Members
- (void)broadcastMessageReceived: (NSString *)message;
Notifies the delegate that a broadcast message was received.