public class

ReplyFragment

extends Fragment
java.lang.Object
   ↳ Fragment
     ↳ com.pdftron.collab.ui.reply.bottomsheet.ReplyFragment

Class Overview

A Fragment that displays the specified annotations comments and annotation contents if available. Also allows the current user to create replies, or edit and delete their own comments.

Recommended to use ReplyFragmentBuilder to create this Fragment. However if you're instantiating using the constructor, you will need to pass in the following arguments:

Summary

Constants
String BUNDLE_ANNOTATION_ID_KEY
String BUNDLE_AVATAR_ADAPTER_KEY
String BUNDLE_DISABLE_COMMENT_EDIT
String BUNDLE_DISABLE_REPLY_EDIT
String BUNDLE_DOCUMENT_ID_KEY
String BUNDLE_THEME_ID_KEY
String BUNDLE_USER_ID_KEY
Fields
public static final String TAG
Public Constructors
ReplyFragment()
Public Methods
void onCreate(Bundle savedInstanceState)
View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
void onDestroyView()
void onStop()
void onViewCreated(View view, Bundle savedInstanceState)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BUNDLE_ANNOTATION_ID_KEY

Constant Value: "ReplyFragment_Annotation_id"

public static final String BUNDLE_AVATAR_ADAPTER_KEY

Constant Value: "ReplyFragment_avatar_adapter_id"

public static final String BUNDLE_DISABLE_COMMENT_EDIT

Constant Value: "ReplyFragment_disable_comment_edit_id"

public static final String BUNDLE_DISABLE_REPLY_EDIT

Constant Value: "ReplyFragment_disable_reply_edit_id"

public static final String BUNDLE_DOCUMENT_ID_KEY

Constant Value: "ReplyFragment_Document_id"

public static final String BUNDLE_THEME_ID_KEY

Constant Value: "ReplyFragment_theme_id"

public static final String BUNDLE_USER_ID_KEY

Constant Value: "ReplyFragment_User_id"

Fields

public static final String TAG

Public Constructors

public ReplyFragment ()

Public Methods

public void onCreate (Bundle savedInstanceState)

public View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

public void onDestroyView ()

public void onStop ()

public void onViewCreated (View view, Bundle savedInstanceState)