Interface Interceptor

  • All Implemented Interfaces:

    
    public interface Interceptor
    
                        

    Observes, modifies, and potentially short-circuits inflation requests going out and the corresponding views that are inflated or returned. Typically interceptors change the name of the view to be inflated, return a programmatically instantiated view, or perform actions on a view after it is inflated based on its Context or AttributeSet.

    • 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 InflateResult intercept(Interceptor.Chain chain)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait