| java.lang.Object | |||
| ↳ | DialogFragment | ||
| ↳ | com.pdftron.pdf.controls.CustomSizeDialogFragment | ||
| ↳ | com.pdftron.pdf.dialog.SoundDialogFragment | ||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final String | TAG | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SoundDialogFragment() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static SoundDialogFragment | newInstance(String filePath, int sampleRate, int encodingBitRate, int channel) | ||||||||||
| static SoundDialogFragment | newInstance(PointF targetPoint, int pageNum) | ||||||||||
| void | onCreate(Bundle savedInstanceState) | ||||||||||
| View | onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) | ||||||||||
| void | onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults) | ||||||||||
| void | onResume() | ||||||||||
| void | onStart() | ||||||||||
| void | onStop() | ||||||||||
| void |
setOnSoundRecordedListener(OnSoundRecordedListener listener)
Sets the listener
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.controls.CustomSizeDialogFragment
| |||||||||||
From class
java.lang.Object
| |||||||||||
Sets the listener
| listener | the listener |
|---|