package chat.rocket.android.push; public interface PushConstants { String COM_ADOBE_PHONEGAP_PUSH = "com.adobe.phonegap.push"; String REGISTRATION_ID = "registrationId"; String FOREGROUND = "foreground"; String TITLE = "title"; String NOT_ID = "notId"; String PUSH_BUNDLE = "pushBundle"; String ICON = "icon"; String ICON_COLOR = "iconColor"; String SOUND = "sound"; String SOUND_DEFAULT = "default"; String SOUND_RINGTONE = "ringtone"; String VIBRATE = "vibrate"; String ACTIONS = "actions"; String CALLBACK = "callback"; String ACTION_CALLBACK = "actionCallback"; String DRAWABLE = "drawable"; String MSGCNT = "msgcnt"; String VIBRATION_PATTERN = "vibrationPattern"; String STYLE = "style"; String SUMMARY_TEXT = "summaryText"; String PICTURE = "picture"; String GCM_N = "gcm.n."; String GCM_NOTIFICATION = "gcm.notification"; String GCM_NOTIFICATION_BODY = "gcm.notification.body"; String UA_PREFIX = "com.urbanairship.push"; String PARSE_COM_DATA = "data"; String ALERT = "alert"; String MESSAGE = "message"; String BODY = "body"; String SOUNDNAME = "soundname"; String LED_COLOR = "ledColor"; String PRIORITY = "priority"; String IMAGE = "image"; String STYLE_INBOX = "inbox"; String STYLE_PICTURE = "picture"; String STYLE_TEXT = "text"; String BADGE = "badge"; String INITIALIZE = "init"; String SUBSCRIBE = "subscribe"; String UNSUBSCRIBE = "unsubscribe"; String UNREGISTER = "unregister"; String EXIT = "exit"; String FINISH = "finish"; String HAS_PERMISSION = "hasPermission"; String ANDROID = "android"; String SENDER_ID = "senderID"; String CLEAR_NOTIFICATIONS = "clearNotifications"; String COLDSTART = "coldstart"; String ADDITIONAL_DATA = "additionalData"; String COUNT = "count"; String FROM = "from"; String COLLAPSE_KEY = "collapse_key"; String FORCE_SHOW = "forceShow"; String GCM = "GCM"; String CONTENT_AVAILABLE = "content-available"; String TOPICS = "topics"; String SET_APPLICATION_ICON_BADGE_NUMBER = "setApplicationIconBadgeNumber"; String CLEAR_ALL_NOTIFICATIONS = "clearAllNotifications"; String VISIBILITY = "visibility"; String INLINE_REPLY = "inlineReply"; String LOC_KEY = "locKey"; String LOC_DATA = "locData"; String TWILIO_BODY = "twi_body"; String TWILIO_TITLE = "twi_title"; String TWILIO_SOUND = "twi_sound"; String START_IN_BACKGROUND = "cdvStartInBackground"; String FORCE_START = "force-start"; // RC specific constants String SERVER_CONFIG_ID = "serverConfigId"; String ROOM_ID = "roomId"; }