Skip to content

Instantly share code, notes, and snippets.

@smaugho
Created April 29, 2017 17:16
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 smaugho/2091ba5cb6e78dd5b1c133cdb67b0e0d to your computer and use it in GitHub Desktop.
Save smaugho/2091ba5cb6e78dd5b1c133cdb67b0e0d to your computer and use it in GitHub Desktop.
Toast using example
@Model
User_ user;
@Click
void sayHelloToUser() {
$Toast("Hello {user.getName()}!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment