public interface

AvatarAdapter

implements Parcelable
com.pdftron.collab.ui.reply.bottomsheet.view.AvatarAdapter
Known Indirect Subclasses

Class Overview

Adapter to inflate and bind the avatar icon in the messages list.

Summary

[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

Public Methods

public abstract void onBindAvatar (FrameLayout avatarContainer, ReplyMessage replyMessage)

Binds data to the avatar icon views.

Parameters
avatarContainer root view group containing the previously inflated avatar icon view.
replyMessage data for the message item

public abstract void onInflateAvatar (FrameLayout avatarContainer)

Inflates a avatar icon into the containing FrameLayout

Parameters
avatarContainer FrameLayout to inflate avatar icon view.