com.mapsted.inapp_notification.InAppNotificationsApi |
![]() |
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
|
Remove an item from the widget
id | id of the inapp notification. getId()
|
---|
show provided item in the widget
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. |