python748 / alternate-java-bridge-library

Automatically exported from code.google.com/p/alternate-java-bridge-library
Apache License 2.0
0 stars 0 forks source link

Add a way to show a message without instantiating Notifier #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Added the method ShowAlert(Form, String) to the Notifier class. This allows you 
to show a toast alert without having to instantiate the Notifier class.

ex:

Notifier.ShowAlert(this, "This is just a test.");

Original issue reported on code.google.com by IMPINC...@gmail.com on 28 Jan 2013 at 9:57

GoogleCodeExporter commented 8 years ago

Original comment by IMPINC...@gmail.com on 18 Feb 2013 at 4:44