Banuba SDK
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Properties
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
d
n
Functions
n
Macros
d
•
All
Classes
Files
Functions
Properties
Macros
libs
djinni
generated
objc
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
Generated by
1.8.17