Skip to content

Class NotificationListener

Il Kadyrov edited this page Nov 5, 2020 · 2 revisions

NotificationListener provides a callback to be invoked when NotificationManager detects beacon with notification. The callback is invoked in the UI thread.

Referenced from: NotificationManager.

public class NotificationListener
{
  public void onNotificationLoaded(Notification notification);
  public void onNotificationFailed(Error error);
}
Clone this wiki locally