NotificationConstants.java
569 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.cq.mobile.notifications.impl;
public class NotificationConstants {
public static final String LOC_NOTIFICATIONS = "notifications";
public static final String KEY_RESPONSE = "response";
public static final String KEY_STATUS = "status";
public static final String STATUS_OK = "ok";
public static final String PLATFORM_ANDROID = "android";
public static final String PLATFORM_IOS = "iOS";
public static final String RESPONSE_NOTIFICATION_CREATED = "Notification created successfully";
}