Descripción
Sintaxis
Integer addNotification(String type, String message, Object userData, Date date) throws IllegalArgumentException
Integer addNotification(String type, String message, Object userData, Date date, long period) throws IllegalArgumentException
Integer addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences) throws IllegalArgumentException
Integer addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences, boolean fixedRate) throws IllegalArgumentException
Parámetros
- long nbOccurences,
- long period,
- Date date,
- String message,
- Object userData,
- String type,
- boolean fixedRate,
Excepciones
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.