com.microsoft.intune.mam.client.strict.StrictGlobalSettings |
Global strict-mode settings. All global settings can be overridden by thread settings.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
disable(MAMStrictCheck check)
Disable a specific check.
| ||||||||||
abstract void |
disable()
Disable all checks.
| ||||||||||
abstract void |
disable(EnumSet<MAMStrictCheck> checks)
Disable a set of checks.
| ||||||||||
abstract void |
enable()
Enable all checks.
| ||||||||||
abstract void |
setHandler(MAMStrictViolationHandler handler)
Set the handler called when a check fails.
|
Disable a specific check.
check | check to disable |
---|
Disable all checks. Note that this is the default if enable has not previously been called.
Disable a set of checks.
checks | checks to disable |
---|
Enable all checks.
Set the handler called when a check fails.
handler | handler |
---|