public interface NotificationHandler
| Modifier and Type | Method and Description |
|---|---|
void |
gotNotification(Notification data)
Verifica o interesse do handler nessa notificação, e
executa o tratamento referente a ela.
|
void gotNotification(Notification data)
data - a notificação.Copyright © 2019. All rights reserved.