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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.google.zxing.client.result.ParsedResultgetType, maybeAppend, maybeAppend, toString
- 
Constructor Details- 
URIParsedResult
 
- 
- 
Method Details- 
getURI
- 
getTitle
- 
isPossiblyMaliciousURIDeprecated.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:
- getDisplayResultin class- ParsedResult
 
 
- 
URIResultParser.isPossiblyMaliciousURI(String)