InAppNotificationModalViewBinderFactory

Factory for creating modal view binders.

The factory is used to create InAppNotificationViewBinder instances for modal InApp notifications.

Syntax: class InAppNotificationModalViewBinderFactory(context: Context) : InAppNotificationViewBinderFactory

Constructors

NameSyntax
InAppNotificationModalViewBinderFactoryconstructor(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 modal InApp notification.

create

Creates a new InAppNotificationViewBinder instance for modal InApp notification.

Syntax: open override fun create(): InAppNotificationViewBinder