Searched defs:PushNotification (Results 1 - 1 of 1) sorted by relevance

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/notifications/
H A DPushNotification.java45 public class PushNotification extends Notification { class in inherits:Notification
46 private static final Logger logger = LoggerFactory.getLogger(PushNotification.class);
57 private PushNotification(Mechanism mechanism, long id, String amlbCookie, Calendar timeAdded, Calendar timeExpired, boolean accepted, boolean active, String messageId, String base64Challenge) { method in class:PushNotification
131 * Get a builder for a PushNotification.
189 public PushNotification buildImpl() {
190 return new PushNotification(parent, id, amlbCookie, timeAdded, timeExpired, approved, pending, messageId, base64Challenge);

Completed in 277 milliseconds