com.pdftron.collab.ui.reply.bottomsheet.view.AvatarAdapter |
![]() |
Adapter to inflate and bind the avatar icon in the messages list.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onBindAvatar(FrameLayout avatarContainer, ReplyMessage replyMessage)
Binds data to the avatar icon views.
| ||||||||||
abstract void |
onInflateAvatar(FrameLayout avatarContainer)
Inflates a avatar icon into the containing FrameLayout
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Binds data to the avatar icon views.
avatarContainer | root view group containing the previously inflated avatar icon view. |
---|---|
replyMessage | data for the message item |
Inflates a avatar icon into the containing FrameLayout
avatarContainer | FrameLayout to inflate avatar icon view. |
---|