Created
July 8, 2014 13:00
-
-
Save edewit/bea5e7a247cd5d40d761 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Echo extends BasePlugin { | |
public boolean echo(String echo, CallbackContext callbackContext) { | |
callbackContext.success(message); | |
return true; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment