Skip to content

Instantly share code, notes, and snippets.

@renanboni
Created April 13, 2019 17:13
Show Gist options
  • Save renanboni/2a6270ddedfde557c3e68bc7fed8f894 to your computer and use it in GitHub Desktop.
Save renanboni/2a6270ddedfde557c3e68bc7fed8f894 to your computer and use it in GitHub Desktop.
Event class
class Event(
val name: String,
val params: MutableMap<String, Any>? = null
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment