Skip to content

Instantly share code, notes, and snippets.

@eunjin3786
Created February 23, 2022 11:02
Show Gist options
  • Save eunjin3786/cd562900b4e4bf95f235194c9cac4241 to your computer and use it in GitHub Desktop.
Save eunjin3786/cd562900b4e4bf95f235194c9cac4241 to your computer and use it in GitHub Desktop.
using System.Runtime.InteropServices;
public class NativeAPI {
[DllImport("__Internal")]
public static extern void sendMessageToMobileApp(string message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment