Class HookConfiguration


  • public class HookConfiguration
    extends java.lang.Object
    Encapsulates the SDK's 'hooks' configuration.

    Use HooksConfigurationBuilder to construct an instance.

    • Constructor Summary

      Constructors 
      Constructor Description
      HookConfiguration​(java.util.List<Hook> hooks)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Hook> getHooks()  
      • Methods inherited from class java.lang.Object

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

      • HookConfiguration

        public HookConfiguration​(java.util.List<Hook> hooks)
        Parameters:
        hooks - the list of Hook that will be registered.
    • Method Detail

      • getHooks

        public java.util.List<Hook> getHooks()
        Returns:
        an immutable list of hooks