-
public class CallerInfoCallerInfo is used to represent SHAKEN/STIR status information about the caller.
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanisVerified
-
Method Summary
Modifier and Type Method Description BooleanisVerified()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. -
-
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`.
-
-
-
-