public interface

MAMStrictViolationHandler

com.microsoft.intune.mam.client.strict.MAMStrictViolationHandler

Class Overview

MAMStrictMode error handler. The default behavior is to raise an Error. Your app can register a custom handler instead.

Summary

Public Methods
abstract void checkFailed(MAMStrictCheck check, String detail, Error error)
Called when a MAM Strict Mode check fails.

Public Methods

public abstract void checkFailed (MAMStrictCheck check, String detail, Error error)

Called when a MAM Strict Mode check fails.

Parameters
check the check that failed
detail additional detail. Note that this might contain usernames or filepaths.
error error containing a stack trace. The default implementation throws this error