Banuba SDK
BNBEffectActivatedListener.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from effect_player.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 
7 /** Interface to receive notifications on effect change */
9 
10 /** called when effect is activated */
11 - (void)onEffectActivated:(nonnull NSString *)url;
12 
13 @end
BNBEffectActivatedListener-p
Interface to receive notifications on effect change.
Definition: BNBEffectActivatedListener.h:8