Object MessageOptionsDialogFragment.Companion
-
- All Implemented Interfaces:
public class MessageOptionsDialogFragment.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static MessageOptionsDialogFragment.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final MessageOptionsDialogFragmentnewInstance(Context context, Message message, List<MessageOptionItem> messageOptionItems, MessageOptionsDialogFragment.OptionsDialogType optionsDialogType, MessageListViewStyle style, MessageBackgroundFactory messageBackgroundFactory, AttachmentFactoryManager attachmentFactoryManager, MessageListItemViewHolderFactory messageListItemViewHolderFactory, MessageListView.ShowAvatarPredicate showAvatarPredicate)Creates a new instance of MessageOptionsDialogFragment. -
-
Method Detail
-
newInstance
final MessageOptionsDialogFragment newInstance(Context context, Message message, List<MessageOptionItem> messageOptionItems, MessageOptionsDialogFragment.OptionsDialogType optionsDialogType, MessageListViewStyle style, MessageBackgroundFactory messageBackgroundFactory, AttachmentFactoryManager attachmentFactoryManager, MessageListItemViewHolderFactory messageListItemViewHolderFactory, MessageListView.ShowAvatarPredicate showAvatarPredicate)
Creates a new instance of MessageOptionsDialogFragment.
- Parameters:
context- The context to load resources.message- The selected message.messageOptionItems- The list of message options to display.optionsDialogType- The type of options dialog.style- The style for the dialog.messageBackgroundFactory- The factory for message background.attachmentFactoryManager- The factory for the attachments in the selected message.messageListItemViewHolderFactory- The factory class for message items.showAvatarPredicate- If an avatar should be shown for the message.
-
-
-
-