Interface WebNotificationDelegate


public interface WebNotificationDelegate
  • Method Details

    • onShowNotification

      @AnyThread default void onShowNotification(@NonNull WebNotification notification)
      This is called when a new notification is created.
      Parameters:
      notification - The WebNotification received.
    • onCloseNotification

      @AnyThread default void onCloseNotification(@NonNull WebNotification notification)
      This is called when an existing notification is closed.
      Parameters:
      notification - The WebNotification received.