iOS SDK  12.0.0
 All Classes Functions Enumerations Enumerator Groups Pages
FlurryWatch.h
1 //
2 // FlurryWatch.h
3 // Flurry iOS Analytics Agent
4 //
5 // Copyright (c) 2021 Yahoo. All rights reserved.
6 //
7 // Methods in this header file are for use with Flurry Analytics
8 
9 #import "Flurry.h"
10 
11 @interface FlurryWatch : NSObject
12 
41 + (FlurryEventRecordStatus)logWatchEvent:(NSString *)eventName;
42 
84 + (FlurryEventRecordStatus)logWatchEvent:(NSString *)eventName withParameters:(NSDictionary *)parameters;
85 
86 @end