public interface

InAppNotificationsApi

com.mapsted.inapp_notification.InAppNotificationsApi
Known Indirect Subclasses

Summary

Public Methods
abstract void removeFromInAppNotificationBar(String id)
Remove an item from the widget
abstract void showInInAppNotificationBar(InAppNotification inAppNotification, boolean showInFront)
show provided item in the widget

Public Methods

public abstract void removeFromInAppNotificationBar (String id)

Remove an item from the widget

Parameters
id id of the inapp notification. getId()

public abstract void showInInAppNotificationBar (InAppNotification inAppNotification, boolean showInFront)

show provided item in the widget

Parameters
inAppNotification item to show
showInFront by default, item are placed in the end. set this to true if you want the item to be shown in the front.