Interface HookedApplication
-
- All Implemented Interfaces:
-
com.microsoft.intune.mam.client.app.HookedContextWrapper
public interface HookedApplication implements HookedContextWrapperAllow access to an Application's super class implementation.
-
-
Method Summary
Modifier and Type Method Description abstract voidonMAMCreate()MAM version of onCreate. -
-
Method Detail
-
onMAMCreate
abstract void onMAMCreate()
MAM version of onCreate.
-
-
-
-