| com.microsoft.intune.mam.client.strict.MAMStrictViolationHandler |
MAMStrictMode error handler. The default behavior is to raise an Error. Your app can register a custom handler instead.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
checkFailed(MAMStrictCheck check, String detail, Error error)
Called when a MAM Strict Mode check fails.
| ||||||||||
Called when a MAM Strict Mode check fails.
| 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 |