public abstract class ResultHandler
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
areContentsSecure()
Some barcode contents are considered secure, and should not be saved to
history, copied to the clipboard, or otherwise persisted.
|
java.lang.CharSequence |
getDisplayContents()
Create a possibly styled string for the contents of the current barcode.
|
abstract int |
getDisplayTitle()
A string describing the kind of barcode that was found, e.g.
|
Result |
getRawResult() |
ParsedResult |
getResult() |
ParsedResultType |
getType()
A convenience method to get the parsed type.
|
public ParsedResult getResult()
public Result getRawResult()
public boolean areContentsSecure()
public java.lang.CharSequence getDisplayContents()
public abstract int getDisplayTitle()
public final ParsedResultType getType()