SmartclipSDKiOS
3.0.0
Smartclip Advertisement Framework for iOS
xcframework
SmartclipSDKiOS.xcframework
ios-arm64_armv7
SmartclipSDKiOS.framework
Headers
SCOmidEventLoggingDelegate.h
1
//
2
// SCOmidEventLoggingDelegate.h
3
// SmartclipSDKiOS
4
//
5
// Copyright © 2019 smartclip. All rights reserved.
6
//
7
#import <Foundation/Foundation.h>
8
9
#ifndef SCOmidEventLoggingDelegate_h
10
#define SCOmidEventLoggingDelegate_h
11
13
@protocol
SCOmidEventLoggingDelegate
<NSObject>
15
- (void)logEventString:(nullable NSString*)eventString;
16
@end
17
18
#endif
/* SCOmidEventLoggingDelegate_h */
SCOmidEventLoggingDelegate-p
Protocol that can be used to receive OMID logs.
Definition:
SCOmidEventLoggingDelegate.h:13
Generated by
1.9.4