com.microsoft.intune.mam.client.app.HookedActivity |
Known Indirect Subclasses |
Allow access to an Activity's super class implementation.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onMAMActivityResult(int requestCode, int resultCode, Intent data)
MAM version of onActivityResult.
| ||||||||||
abstract void |
onMAMCreate(Bundle savedInstanceState)
MAM version of onCreate.
| ||||||||||
abstract View |
onMAMCreateView(View parent, String name, Context context, AttributeSet attrs)
MAM version of onCreateView.
| ||||||||||
abstract void |
onMAMDestroy()
MAM version of onDestroy.
| ||||||||||
abstract void |
onMAMNewIntent(Intent intent)
MAM version of onNewIntent.
| ||||||||||
abstract void |
onMAMPause()
MAM version of onPause.
| ||||||||||
abstract boolean |
onMAMPictureInPictureRequested()
MAM version of onPictureInPictureRequested.
| ||||||||||
abstract void |
onMAMPostCreate(Bundle savedInstanceState)
MAM version of onPostCreate.
| ||||||||||
abstract void |
onMAMPostResume()
MAM version of onPostResume.
| ||||||||||
abstract boolean |
onMAMPrepareOptionsMenu(Menu menu)
MAM version of onPrepareOptionsMenu.
| ||||||||||
abstract Uri |
onMAMProvideReferrer()
MAM version on onProviderReferrer.
| ||||||||||
abstract void |
onMAMRawProvideAssistContent(Object content)
MAM version of onProvideAssistContent.
| ||||||||||
abstract boolean |
onMAMRawSearchRequested(Object event)
MAM version of onSearchRequested.
| ||||||||||
abstract void |
onMAMResume()
MAM version of onResume.
| ||||||||||
abstract void |
onMAMSaveInstanceState(Bundle outState)
MAM version of onSaveInstanceState.
| ||||||||||
abstract void |
onMAMStateNotSaved()
MAM Version of onStateNotSaved.
| ||||||||||
abstract void |
onMAMUserLeaveHint()
MAM version of onUserLeaveHint.
| ||||||||||
abstract void |
switchMAMIdentity(String newIdentity, EnumSet<IdentitySwitchOption> options)
This method is deprecated.
Use
switchMAMIdentityOID(String, EnumSet) .
| ||||||||||
abstract void |
switchMAMIdentity(String newIdentity)
This method is deprecated.
Use
switchMAMIdentityOID(String) .
| ||||||||||
abstract void |
switchMAMIdentityOID(String newOid, EnumSet<IdentitySwitchOption> options)
Set new identity.
| ||||||||||
abstract void |
switchMAMIdentityOID(String newOid)
Set new identity.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.microsoft.intune.mam.client.app.MAMActivityBlockingListener
| |||||||||||
From interface
com.microsoft.intune.mam.client.app.MAMActivityIdentityRequirementListener
| |||||||||||
From interface
com.microsoft.intune.mam.client.app.MAMActivityIdentitySwitchListener
|
MAM version of onActivityResult.
requestCode | Request code. |
---|---|
resultCode | Result code. |
data | Intent data. |
MAM version of onCreate.
savedInstanceState | Saved instance state. |
---|
MAM version of onCreateView. See Android documentation for more info.
parent | parent |
---|---|
name | name |
context | context |
attrs | attrs |
MAM version of onDestroy.
MAM version of onNewIntent.
intent | intent to process |
---|
MAM version of onPause.
MAM version of onPictureInPictureRequested.
MAM version of onPostCreate.
savedInstanceState | Saved instance state. |
---|
MAM version of onPostResume.
MAM version of onPrepareOptionsMenu.
menu | menu |
---|
MAM version on onProviderReferrer.
MAM version of onProvideAssistContent.
content | AssistContent. We use raw object type, otherwise InterProxy will throw class not found errors on downlevel devices. |
---|
MAM version of onSearchRequested.
event | SearchEvent. We use raw object type, otherwise InterProxy will throw class not found errors on downlevel devices. |
---|
MAM version of onResume.
MAM version of onSaveInstanceState.
outState | Out state. |
---|
MAM Version of onStateNotSaved.
MAM version of onUserLeaveHint.
This method is deprecated.
Use switchMAMIdentityOID(String, EnumSet)
.
Set new identity.
newIdentity | New identity |
---|---|
options | Identity switch options. |
This method is deprecated.
Use switchMAMIdentityOID(String)
.
Set new identity.
newIdentity | New identity |
---|
Set new identity.
newOid | AAD OID of the new identity. |
---|---|
options | Identity switch options. |
Set new identity.
newOid | AAD OID of the new identity. |
---|