Class InnerAttachmentViewHolder

  • All Implemented Interfaces:

    
    public abstract class InnerAttachmentViewHolder
    
                        

    An inner ViewHolder for custom attachments within message ViewHolder. Follows the lifecycle of the outer message ViewHolder.

    • Constructor Detail

      • InnerAttachmentViewHolder

        InnerAttachmentViewHolder(View itemView)
        Parameters:
        itemView - The view that this ViewHolder controls.