Banuba SDK
BNBInformer.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from license_utils.djinni
3 
4 #import <Foundation/Foundation.h>
5 @class BNBLicenseManager;
6 
7 
8 @interface BNBInformer : NSObject
9 
10 /** Send event to Banuba Servers with custom key and value */
11 + (void)sendEvent:(nullable BNBLicenseManager *)manager
12  key:(nonnull NSString *)key
13  value:(nonnull NSString *)value;
14 
15 @end
BNBInformer
Definition: BNBInformer.h:9
BNBLicenseManager
This class incapsulates information about Client Token.
Definition: BNBLicenseManager.h:10