public interface

StrictGlobalSettings

com.microsoft.intune.mam.client.strict.StrictGlobalSettings

Class Overview

Global strict-mode settings. All global settings can be overridden by thread settings.

Summary

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.

Public Methods

public abstract void disable (MAMStrictCheck check)

Disable a specific check.

Parameters
check check to disable

public abstract void disable ()

Disable all checks. Note that this is the default if enable has not previously been called.

public abstract void disable (EnumSet<MAMStrictCheck> checks)

Disable a set of checks.

Parameters
checks checks to disable

public abstract void enable ()

Enable all checks.

public abstract void setHandler (MAMStrictViolationHandler handler)

Set the handler called when a check fails.

Parameters
handler handler