Banuba SDK
Loading...
Searching...
No Matches
effect_activated_listener.hpp
Go to the documentation of this file.
1/// \file
2/// \addtogroup EffectPlayer
3/// @{
4///
5// AUTOGENERATED FILE - DO NOT MODIFY!
6// This file was generated by Djinni from effect_player.djinni
7
8#pragma once
9
10#include <bnb/utils/defs.hpp>
11#include <string>
12
13namespace bnb { namespace interfaces {
14
15/** Interface to receive notifications on effect change */
16class BNB_EXPORT effect_activated_listener {
17public:
19
20 /** called when effect is activated */
21 virtual void on_effect_activated(const std::string & url) = 0;
22};
23
24} } // namespace bnb::interfaces
25/// @}
26
Interface to receive notifications on effect change.
virtual void on_effect_activated(const std::string &url)=0
called when effect is activated