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
Fields |
public
static
final
String |
TAG |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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 Methods
public
void
onCreate
(Bundle savedInstanceState)
public
View
onCreateView
(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
public
void
onDestroyView
()
public
void
onViewCreated
(View view, Bundle savedInstanceState)