InAppNotificationBannerViewBinderFactory
Factory for creating banner view binders.
Factory for creating InAppNotificationViewBinder instances for banner InApp notifications.
Syntax: class InAppNotificationBannerViewBinderFactory(context: Context) : InAppNotificationViewBinderFactory
Constructors
Name | Description |
---|---|
InAppNotificationBannerViewBinderFactory | constructor(context: Context) |
Properties
Name | Syntax | Description |
---|---|---|
displayType | open override val displayType: DisplayType | This property is used to get the type of the In-App Notification view that will be displayed |
Functions
Name | Description |
---|---|
create | Creates a new InAppNotificationViewBinder instance for banner InApp notification. |
create
Creates a new InAppNotificationViewBinder instance for banner InApp notification.
Syntax:open override fun create(): InAppNotificationViewBinder
Updated 8 days ago