Banuba SDK
Loading...
Searching...
No Matches
informer.hpp
Go to the documentation of this file.
1/// \file
2/// \addtogroup LicenseUtils
3/// @{
4///
5// AUTOGENERATED FILE - DO NOT MODIFY!
6// This file was generated by Djinni from license_utils.djinni
7
8#pragma once
9
10#include <bnb/utils/defs.hpp>
11#include <memory>
12#include <string>
13
14namespace bnb { namespace interfaces {
15
16class license_manager;
17
18class BNB_EXPORT informer {
19public:
20 virtual ~informer() {}
21
22 /** Send event to Banuba Servers with custom key and value */
23 static void send_event(const std::shared_ptr<license_manager> & manager, const std::string & key, const std::string & value);
24};
25
26} } // namespace bnb::interfaces
27/// @}
28
static void send_event(const std::shared_ptr< license_manager > &manager, const std::string &key, const std::string &value)
Send event to Banuba Servers with custom key and value.