Interface QieByUrlConsumer


  • public interface QieByUrlConsumer
    • Method Detail

      • applyQieWhenUrlMatches

        void applyQieWhenUrlMatches​(double qieWeight,
                                    String url)
                             throws IllegalArgumentException
        A plugin may call this to supply a qie which should be set to the given URL(s).
        Parameters:
        qieWeight - The QIE weight to be set. range: 0 - 1.
        url - The URL whose QIE weight is set.
        Throws:
        IllegalArgumentException - when one or more of the arguments is not valid.