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
[Expand]
Inherited Methods |
From class
com.pdftron.collab.ui.base.component.BaseUIComponent
|
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
ReplyHeaderUIComponent
(ViewGroup parent, LifecycleOwner lifecycleOwner, ReplyUIViewModel model, headerObservable)