com.sap.mobile.services.client.push.Priority Maven / Gradle / Ivy
package com.sap.mobile.services.client.push;
/**
* Global notification priority. The notification priority affects APNS and FCM
* notifications.
* APNS background {@link ApnsNotification#getContentAvailable()} notifications
* will override the priority with NORMAL
*/
public enum Priority {
NORMAL, HIGH
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy