java.lang.Object | ||
↳ | DialogFragment | |
↳ | com.pdftron.demo.navigation.CriticalPermissionDialogFragment |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
interface | CriticalPermissionDialogFragment.OnPermissionDialogFragmentListener | This interface must be implemented by activities that contain this fragment to allow an interaction in this fragment to be communicated to the activity and potentially other fragments contained in that activity. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CriticalPermissionDialogFragment() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static CriticalPermissionDialogFragment |
newInstance(boolean askPermission)
Use this factory method to create a new instance of
this fragment using the provided parameters.
| ||||||||||
void | onAttach(Context context) | ||||||||||
void | onConfigurationChanged(Configuration newConfig) | ||||||||||
void | onCreate(Bundle savedInstanceState) | ||||||||||
View | onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) | ||||||||||
void | onDetach() | ||||||||||
void | onDismiss(DialogInterface dialog) | ||||||||||
void | onViewCreated(View view, Bundle savedInstanceState) | ||||||||||
void | setListener(CriticalPermissionDialogFragment.OnPermissionDialogFragmentListener listener) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Use this factory method to create a new instance of this fragment using the provided parameters.