W
- WIPE_COMPLETED - enum entry in com.microsoft.intune.mam.policy.notification.MAMNotificationType
Intune has fully finished processing a wipe, at least as far as the current app process is concerned.. Will be delivered after WIPE_USER_DATA or WIPE_USER_AUXILIARY DATA. If the app reports a failure from its handler for those notifications, this notification will NOT be sent. Listening for this notification is optional.
- WIPE_USER_AUXILIARY_DATA - enum entry in com.microsoft.intune.mam.policy.notification.MAMNotificationType
Notify the app that it should wipe auxiliary (non-file) data. We will wipe all of the app's files after it returns from this notification.
- WIPE_USER_DATA - enum entry in com.microsoft.intune.mam.policy.notification.MAMNotificationType
Request to wipe user data.
- wrapExecutor(java.util.concurrent.Executor) - function in com.microsoft.intune.mam.client.identity.MAMIdentityExecutors
- Wrap an Executor to copy the MAM identity.
- wrapExecutor(java.util.concurrent.Executor,android.content.Context) - function in com.microsoft.intune.mam.client.identity.MAMIdentityExecutors
- Wrap an Executor to copy the MAM identity.
- wrapExecutorService(java.util.concurrent.ExecutorService) - function in com.microsoft.intune.mam.client.identity.MAMIdentityExecutors
- Wrap an ExecutorService to copy the MAM identity.
- wrapExecutorService(java.util.concurrent.ExecutorService,android.content.Context) - function in com.microsoft.intune.mam.client.identity.MAMIdentityExecutors
- Wrap an ExecutorService to copy the MAM identity.
- writeNewStateDescription(android.os.ParcelFileDescriptor) - function in android.app.backup.FileBackupHelper
- writeNewStateDescription(android.os.ParcelFileDescriptor) - function in android.app.backup.SharedPreferencesBackupHelper
- writeToParcel(android.os.Parcel,int) - function in com.microsoft.intune.mam.client.app.startup.ADALConnectionDetails
- WRONG_USER - enum entry in com.microsoft.intune.mam.policy.MAMEnrollmentManager.Result
Only one user per device can enroll apps. In order to enroll successfully as a different user, all enrolled apps must be unenrolled first. Otherwise, this app must enroll as the primary user. This check happens after the license check, so the user should be blocked from accessing corporate content until the app is re-enrolled as the correct user.