Package com.google.zxing.client.result
Class URIParsedResult
java.lang.Object
com.google.zxing.client.result.ParsedResult
com.google.zxing.client.result.URIParsedResult
A simple result type encapsulating a URI that has no further interpretation.
- Author:
- Sean Owen
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.zxing.client.result.ParsedResult
getType, maybeAppend, maybeAppend, toString
-
Constructor Details
-
URIParsedResult
-
-
Method Details
-
getURI
-
getTitle
-
isPossiblyMaliciousURI
Deprecated.seeURIResultParser.isPossiblyMaliciousURI(String)
- Returns:
- true if the URI contains suspicious patterns that may suggest it intends to mislead the user about its true nature
-
getDisplayResult
- Specified by:
getDisplayResult
in classParsedResult
-
URIResultParser.isPossiblyMaliciousURI(String)