Android Studio integration, how to send data from fuse to Native

Hey guys!

I went through the tutorial on how to integrate android studio with fuse views (https://www.fusetools.com/docs/xcode-and-android-studio-integration/tutorial) and went through the code samples no hassles.

What I didn’t see though was how to send data back from a fuse view into Native android. This can be useful for example clicking a fuse button and triggering a new Native Android Intent.

So far the only things I cold notice were sending data into fuse and not the other way round.

Can you please help

I discovered that using the setCallback function from Java then defining the actions in the function body does the trick!

Solved.