Back to project page WyliodrinAndroid.
The source code is released under:
GNU General Public License
If you think the Android project WyliodrinAndroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.wyliodrin; import org.json.JSONObject; public interface WylioMessage { public void receivedMessage (String from, String label, String message); public void receivedMessage (String from, String label, JSONObject message); }