Skip to content

Notificaciones

EduardoProfe edited this page Aug 31, 2023 · 2 revisions

Notificaciones:

Notificaciones: Permitirá el empleo de un sistema de notificaciones, con posiciones variables dentro de la pantalla y diferentes tipos de notificaciones.

Las posiciones de las notificaciones actualmente soportadas son:

  • POSICION_SUP_IZQ = 0
  • POSICION_SUP_DER = 1
  • POSICION_INF_IZQ = 2
  • POSICION_INF_DER = 3

Los tipos de notificaciones actualmente soportados son:

  • ERROR
  • ADVERTENCIA
  • INFORMACION
  • EXITO

Ejemplo de uso:

Notificaciones.lanzarNotificacion("HOLA","JELOU",2,Notificaciones.POSICION_INF_DER, Notificaciones.MENSAJE_EXITO);
Clone this wiki locally