Package 

Class CallerInfo


  • 
    public class CallerInfo
    
                        

    CallerInfo is used to represent SHAKEN/STIR status information about the caller.

    • Method Summary

      Modifier and Type Method Description
      Boolean isVerified() Returns `true` if the caller has been validated at 'A' level, `false` if the caller has beenverified at any lower level or has failed validation.
      • Methods inherited from class java.lang.Object

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

      • isVerified

        @Nullable() Boolean isVerified()

        Returns `true` if the caller has been validated at 'A' level, `false` if the caller has beenverified at any lower level or has failed validation. Returns `null` if no callerverification information is available or if stir status value is `null`.