Banuba SDK
BNBEffectActivationCompletionListener.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 /** Callback interface to receive effect activation notification */
9 
10 /** called when effect is ready to use */
11 - (void)onEffectActivationFinished:(nonnull NSString *)url;
12 
13 @end
BNBEffectActivationCompletionListener-p
Callback interface to receive effect activation notification.
Definition: BNBEffectActivationCompletionListener.h:8