Banuba SDK
Instance Methods | List of all members
<BNBJsCallback> Protocol Reference

Callback for JS execution results. More...

#import <BNBJsCallback.h>

Instance Methods

(void) - onResult:
 This method will be executed on the render thread. More...
 

Detailed Description

Callback for JS execution results.

Definition at line 8 of file BNBJsCallback.h.

Method Documentation

◆ onResult:

- (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.


The documentation for this protocol was generated from the following file: