public class

CriticalPermissionDialogFragment

extends DialogFragment
java.lang.Object
   ↳ DialogFragment
     ↳ com.pdftron.demo.navigation.CriticalPermissionDialogFragment

Summary

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
From class java.lang.Object

Public Constructors

public CriticalPermissionDialogFragment ()

Public Methods

public static CriticalPermissionDialogFragment newInstance (boolean askPermission)

Use this factory method to create a new instance of this fragment using the provided parameters.

Returns
  • A new instance of fragment CriticalPermissionDialogFragment.

public void onAttach (Context context)

public void onConfigurationChanged (Configuration newConfig)

public void onCreate (Bundle savedInstanceState)

public View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

public void onDetach ()

public void onDismiss (DialogInterface dialog)

public void onViewCreated (View view, Bundle savedInstanceState)