Banuba SDK
BNBErrorListener.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 /**
8  * Interface to receive errors from `EffectPlayer`.
9  * Could be called from any thread inside EffectPlayer. So the implementation of this listener should be thread-safe.
10  */
12 
13 /** @param domain source of error (e.g. "js_engine") */
14 - (void)onError:(nonnull NSString *)domain
15  message:(nonnull NSString *)message;
16 
17 @end
BNBErrorListener-p
Interface to receive errors from EffectPlayer.
Definition: BNBErrorListener.h:11