×
No results found.
Ooyala Mobile SDK for tvOS v4.44.0
🔎
Main Page
Modules
Classes
OOPerformanceNotificationNameMatcher.h
1
#import <Foundation/Foundation.h>
2
#import "OOPerformanceEventMatcherProtocol.h"
3
8
@interface
OOPerformanceNotificationNameMatcher
: NSObject <OOPerformanceEventMatcherProtocol>
9
-(instancetype) init
__attribute__
((unavailable("init not available")));
10
-(instancetype) initWithNotificationName:(NSString*)notificationName;
11
@end
-[OOPerformanceNotificationNameMatcher __attribute__]
(unavailable("init not available" __attribute__()
OOPerformanceNotificationNameMatcher
Match only on a notification's name.
Definition:
OOPerformanceNotificationNameMatcher.h:8
Send Feedback