Interface MAMStrictViolationHandler

  • All Implemented Interfaces:

    
    public interface MAMStrictViolationHandler
    
                        

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void checkFailed(@NonNull() MAMStrictCheck check, @NonNull() String detail, @NonNull() Error error) Called when a MAM Strict Mode check fails.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • checkFailed

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

        Called when a MAM Strict Mode check fails.

        Parameters:
        check - the check that failed
        detail - additional detail.
        error - error containing a stack trace.