OOPerformanceNotificationNameStateMatcher.h
1 #import <Foundation/Foundation.h>
2 #import "OOPerformanceEventMatcherProtocol.h"
3 #import "OOOoyalaPlayer.h"
4 
11 @interface OOPerformanceNotificationNameStateMatcher : NSObject <OOPerformanceEventMatcherProtocol>
12 -(instancetype) init __attribute__((unavailable("init not available")));
13 -(instancetype) initWithNotificationName:(NSString*)notificationName state:(OOOoyalaPlayerState)state;
14 -(instancetype) initWithNotificationName:(NSString*)notificationName anyStateOtherThan:(OOOoyalaPlayerState)anyStateOtherThan;
15 @end
(unavailable("init not available" __attribute__()
Match only Ooyala state change notifications, also checking the OOOoyalaPlayerState in the notificati...
Definition: OOPerformanceNotificationNameStateMatcher.h:11