java.lang.Object |
↳ |
DialogFragment |
|
↳ |
com.pdftron.collab.ui.reply.bottomsheet.BottomSheetReplyFragment |
Class Overview
A BottomSheetDialogFragment that contains a
ReplyFragment
.
Recommended to use BottomSheetReplyFragmentBuilder
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()
|
|
Fields
public
static
final
String
TAG
Public Constructors
public
BottomSheetReplyFragment
()
Public Methods
public
void
onCreate
(Bundle savedInstanceState)
public
Dialog
onCreateDialog
(Bundle savedInstanceState)
public
View
onCreateView
(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
public
void
onDestroyView
()
public
void
onViewCreated
(View view, Bundle savedInstanceState)