com.pdftron.collab.ui.reply.bottomsheet.view.AvatarAdapter |
Known Indirect Subclasses |
Adapter to inflate and bind the avatar icon in the messages list.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
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. |
---|