Interface HookedDialogFragmentBase

  • All Implemented Interfaces:
    com.microsoft.intune.mam.client.app.HookedFragmentBase

    
    public interface HookedDialogFragmentBase
     implements HookedFragmentBase
                        

    Allow access to a DialogFragment's super class implementation. Base class shared by the regular DialogFragment and the support.v4 DialogFragment.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Dialog onMAMCreateDialog(@Nullable() Bundle savedInstanceState) MAM version of onCreateDialog.
      • Methods inherited from class com.microsoft.intune.mam.client.app.HookedFragmentBase

        onMAMActivityCreated, onMAMActivityResult, onMAMAttach, onMAMAttach, onMAMCreate, onMAMCreateAnimator, onMAMCreateContextMenu, onMAMCreateOptionsMenu, onMAMCreateView, onMAMDestroy, onMAMDestroyOptionsMenu, onMAMDestroyView, onMAMDetach, onMAMPause, onMAMResume, onMAMSaveInstanceState, onMAMStart, onMAMStop, onMAMViewCreated, onMAMViewStateRestored
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onMAMCreateDialog

         abstract Dialog onMAMCreateDialog(@Nullable() Bundle savedInstanceState)

        MAM version of onCreateDialog.

        Parameters:
        savedInstanceState - saved instance state
        Returns:

        A new Dialog instance