ICInAppNotificationViewBinderFactory

This abstract class represents all the methods needed to create the InApp Notification views that will be displayed in application.

getLayoutInflater

This method obtains the LayoutInflater from the given context.

Syntax: protected android.view.LayoutInflater getLayoutInflater(Context context)

Parameters: context - android context

Returns: return LayoutInflater

createNotificationView

This method used to create the InAppNotification view Binder, the created Notification View Binders will be added to window manager.

Syntax: public abstract ICInAppNotificationViewBinder createNotificationView(Context context)

Parameters: context - android context

Returns: returns InApp Notification View Binder

getNotificationType

This method returns Notification type for InApp Notification View Binder factory

Syntax: public abstract ICInAppNotificationType getNotificationType()

Returns: Notification type for InApp Notification View Binder factory