Skip to content

Instantly share code, notes, and snippets.

@ibrahimsn98
Created September 17, 2022 14:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
ty-demeter-blog-2
fun sendEvent(name: String, group: String, screen: String, parameters: Map<String, String>) {
singleEventDispatcher.dispatch(name, group, screen, parameters)
}
fun enqueueEvent(name: String, group: String, screen: String, parameters: Map<String, String>) {
batchEventDispatcher.dispatch(name, group, screen, parameters)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment