Banuba SDK
BNBJsCallback.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file was generated by Djinni from effect_player.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 
7 /** Callback for JS execution results. */
8 @protocol BNBJsCallback
9 
10 /**
11  * This method will be executed on the render thread.
12  * Try not to return as fast as possible.
13  * param result String represenation of execution result.
14  */
15 - (void)onResult:(nonnull NSString *)result;
16 
17 @end
BNBJsCallback-p
Callback for JS execution results.
Definition: BNBJsCallback.h:8