public class

ReplyInputUIComponent

extends BaseUIComponent<V extends BaseUIView<E extends BaseUIEvent>, E, VM extends ViewModel>
java.lang.Object
   ↳ com.pdftron.collab.ui.base.component.BaseUIComponent<V extends com.pdftron.collab.ui.base.component.BaseUIView<E extends com.pdftron.collab.ui.base.component.BaseUIEvent>, E, VM extends ViewModel>
     ↳ com.pdftron.collab.ui.reply.component.ReplyInputUIComponent

Class Overview

A BaseUIComponent representing the reply text input field. Responsible for updating changes from ReplyUIViewModel to the BaseTextInputUIView, likely from local changes (for example, the text input is cleared when the message is sent).

Summary

Public Constructors
ReplyInputUIComponent(ViewGroup parent, LifecycleOwner lifecycleOwner, ReplyUIViewModel model, observable)
[Expand]
Inherited Methods
From class com.pdftron.collab.ui.base.component.BaseUIComponent
From class java.lang.Object

Public Constructors

public ReplyInputUIComponent (ViewGroup parent, LifecycleOwner lifecycleOwner, ReplyUIViewModel model, observable)