public interface

HookedFragmentBase

com.microsoft.intune.mam.client.app.HookedFragmentBase
Known Indirect Subclasses

Class Overview

Allow access to an Fragment's super class implementation. Base class shared by the regular Fragment and the support.v4 fragment.

Summary

Public Methods
abstract void onMAMActivityCreated(Bundle savedInstanceState)
MAM version of onActivityCreated.
abstract void onMAMActivityResult(int requestCode, int resultCode, Intent data)
MAM version of onActivityResult.
abstract void onMAMAttach(Context context)
MAM version of onAttach.
abstract void onMAMAttach(Activity activity)
MAM version of onAttach.
abstract void onMAMCreate(Bundle savedInstanceState)
MAM version of onCreate.
abstract Animator onMAMCreateAnimator(int transit, boolean enter, int nextAnim)
MAM version of onCreateAnimator.
abstract void onMAMCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo)
MAM version of onCreateContextMenu.
abstract void onMAMCreateOptionsMenu(Menu menu, MenuInflater inflater)
MAM version of onCreateOptionsMenu.
abstract View onMAMCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
MAM version of onCreateView.
abstract void onMAMDestroy()
MAM version of onDestroy.
abstract void onMAMDestroyOptionsMenu()
MAM version of onDestroyOptionsMenu.
abstract void onMAMDestroyView()
MAM version of onDestroyView.
abstract void onMAMDetach()
MAM version of onDetach.
abstract void onMAMPause()
MAM version of onPause.
abstract void onMAMResume()
MAM version on onResume.
abstract void onMAMSaveInstanceState(Bundle outState)
MAM version of onSaveInstanceState.
abstract void onMAMStart()
MAM version of onStart.
abstract void onMAMStop()
MAM version of onStop.
abstract void onMAMViewCreated(View view, Bundle savedInstanceState)
MAM version of onViewCreated.
abstract void onMAMViewStateRestored(Bundle savedInstanceState)
MAM version of onViewStateRestored.

Public Methods

public abstract void onMAMActivityCreated (Bundle savedInstanceState)

MAM version of onActivityCreated.

Parameters
savedInstanceState saved instance state

public abstract void onMAMActivityResult (int requestCode, int resultCode, Intent data)

MAM version of onActivityResult.

Parameters
requestCode see Fragment.onActivityResult
resultCode see Fragment.onActivityResult
data see Fragment.onActivityResult

public abstract void onMAMAttach (Context context)

MAM version of onAttach.

Parameters
context context

public abstract void onMAMAttach (Activity activity)

MAM version of onAttach.

Parameters
activity activity

public abstract void onMAMCreate (Bundle savedInstanceState)

MAM version of onCreate.

Parameters
savedInstanceState saved instance state

public abstract Animator onMAMCreateAnimator (int transit, boolean enter, int nextAnim)

MAM version of onCreateAnimator.

Parameters
transit see Fragment.onCreateAnimator
enter see Fragment.onCreateAnimator
nextAnim see Fragment.onCreateAnimator
Returns
  • animator

public abstract void onMAMCreateContextMenu (ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo)

MAM version of onCreateContextMenu.

Parameters
menu see Fragment.onCreateContextMenu
v see Fragment.onCreateContextMenu
menuInfo see Fragment.onCreateContextMenu

public abstract void onMAMCreateOptionsMenu (Menu menu, MenuInflater inflater)

MAM version of onCreateOptionsMenu.

Parameters
menu see Fragment.onCreateOptionsMenu
inflater see Fragment.onCreateOptionsMenu

public abstract View onMAMCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

MAM version of onCreateView.

Parameters
inflater see Fragment.onCreateView
container see Fragment.onCreateView
savedInstanceState see Fragment.onCreateView
Returns
  • see Fragment.onCreateView

public abstract void onMAMDestroy ()

MAM version of onDestroy.

public abstract void onMAMDestroyOptionsMenu ()

MAM version of onDestroyOptionsMenu.

public abstract void onMAMDestroyView ()

MAM version of onDestroyView.

public abstract void onMAMDetach ()

MAM version of onDetach.

public abstract void onMAMPause ()

MAM version of onPause.

public abstract void onMAMResume ()

MAM version on onResume.

public abstract void onMAMSaveInstanceState (Bundle outState)

MAM version of onSaveInstanceState.

Parameters
outState see Fragment.onSaveInstanceState

public abstract void onMAMStart ()

MAM version of onStart.

public abstract void onMAMStop ()

MAM version of onStop.

public abstract void onMAMViewCreated (View view, Bundle savedInstanceState)

MAM version of onViewCreated.

Parameters
view see Fragment.onViewCreated
savedInstanceState see Fragment.onViewCreated

public abstract void onMAMViewStateRestored (Bundle savedInstanceState)

MAM version of onViewStateRestored.

Parameters
savedInstanceState see Fragment.onViewStateRestored