Skip to content

Instantly share code, notes, and snippets.

@diogodanielsoaresferreira
Created January 14, 2024 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diogodanielsoaresferreira/0eb07cfd86e9b88148c8eafd16d64949 to your computer and use it in GitHub Desktop.
Save diogodanielsoaresferreira/0eb07cfd86e9b88148c8eafd16d64949 to your computer and use it in GitHub Desktop.
Message listener port
interface MessageListener {
fun process(event: MessageEvent)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment