Package 

Interface MatcherApi


  • 
    public interface MatcherApi
    
                        

    Internal phonenumber matching API used to isolate the underlying implementation of the matcher and allow different implementations to be swapped in easily.

    • Method Summary

      Modifier and Type Method Description
      abstract boolean matchNationalNumber(CharSequence number, Phonemetadata.PhoneNumberDesc numberDesc, boolean allowPrefixMatch) Returns whether the given national number (a string containing only decimal digits) matchesthe national number pattern defined in the given {@code PhoneNumberDesc} message.
      • Methods inherited from class java.lang.Object

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

      • matchNationalNumber

         abstract boolean matchNationalNumber(CharSequence number, Phonemetadata.PhoneNumberDesc numberDesc, boolean allowPrefixMatch)

        Returns whether the given national number (a string containing only decimal digits) matchesthe national number pattern defined in the given {@code PhoneNumberDesc} message.