Banuba SDK
|
Callback for JS execution results. More...
#import <BNBJsCallback.h>
Instance Methods | |
(void) | - onResult: |
This method will be executed on the render thread. More... | |
Callback for JS execution results.
Definition at line 8 of file BNBJsCallback.h.
- (void) onResult: | (nonnull NSString *) | result |
This method will be executed on the render thread.
Try not to return as fast as possible. param result String represenation of execution result.