InAppNotificationBannerViewBinderFactory

Factory for creating banner view binders.

Factory for creating InAppNotificationViewBinder instances for banner InApp notifications.

Syntax: class InAppNotificationBannerViewBinderFactory(context: Context) : InAppNotificationViewBinderFactory

Constructors

NameDescription
InAppNotificationBannerViewBinderFactoryconstructor(context: Context)

Properties

NameSyntaxDescription
displayTypeopen override val displayType: DisplayTypeThis property is used to get the type of the In-App Notification view that will be displayed

Functions

NameDescription
createCreates a new InAppNotificationViewBinder instance for banner InApp notification.

create

Creates a new InAppNotificationViewBinder instance for banner InApp notification.

Syntax:open override fun create(): InAppNotificationViewBinder