showInInAppNotificationBar

open fun showInInAppNotificationBar(inAppNotification: InAppNotification, showInFront: Boolean)

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.