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.
-
-
Method Summary
Modifier and Type Method Description abstract DialogonMAMCreateDialog(@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
-
-
Method Detail
-
onMAMCreateDialog
abstract Dialog onMAMCreateDialog(@Nullable() Bundle savedInstanceState)
MAM version of onCreateDialog.
- Parameters:
savedInstanceState- saved instance state- Returns:
A new Dialog instance
-
-
-
-