Skip to content

Class NotificationListener

Il Kadyrov edited this page Oct 2, 2020 · 2 revisions

Class 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