public class

ReplyHeaderUIComponent

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.ReplyHeaderUIComponent

Class Overview

A BaseUIComponent representing the reply header. Responsible for updating remote changes from ReplyUIViewModel to the BaseHeaderUIView. Currently only the notification icon updated due to remote changes as the LiveData is only updated for incoming notifications.

Summary

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

Public Constructors

public ReplyHeaderUIComponent (ViewGroup parent, LifecycleOwner lifecycleOwner, ReplyUIViewModel model, headerObservable)