Back to project page notify-me-android.
The source code is released under:
MIT License
If you think the Android project notify-me-android 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.contexthub.notifyme; // w w w. j a v a2 s. co m /** * Created by andy on 10/28/14. */ public class Constants { public static final String KEY_MESSAGE = "message"; public static final String KEY_CUSTOM_PAYLOAD = "custom_payload"; public static final String KEY_PUSH_HISTORY = "push_history"; }