-
I wrote a simple capacitor plugin (SendJSON) that send the json string from the angular side to android side. I can received this string in the plugin side but I don't know how to forward this string to MainActivity and print out it. I've tried to use Intent but it does not work, I can not find the MainActivity.class in the plugin class. MyAndroidPluginClass.java
I want to print the value here MainActivity.java
So how can I archive this thing? |
Beta Was this translation helpful? Give feedback.
Answered by
lebaphi
Jan 9, 2022
Replies: 1 comment 2 replies
-
Closed, I found a solution to do this. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lebaphi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Closed, I found a solution to do this.