public class

BottomSheetReplyFragment

extends DialogFragment
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
Public Constructors
BottomSheetReplyFragment()
Public Methods
void onCreate(Bundle savedInstanceState)
Dialog onCreateDialog(Bundle savedInstanceState)
View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
void onDestroyView()
void onViewCreated(View view, Bundle savedInstanceState)
[Expand]
Inherited Methods
From class java.lang.Object

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)