Package org.mozilla.geckoview
Interface WebNotificationDelegate
public interface WebNotificationDelegate
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onCloseNotification
(WebNotification notification) This is called when an existing notification is closed.default void
onShowNotification
(WebNotification notification) This is called when a new notification is created.
-
Method Details
-
onShowNotification
This is called when a new notification is created.- Parameters:
notification
- The WebNotification received.
-
onCloseNotification
This is called when an existing notification is closed.- Parameters:
notification
- The WebNotification received.
-