AI-generated Key Takeaways
-
Barcode.UrlBookmark
stores URL and title information extracted from QR codes like 'MEBKM'. -
It provides methods to retrieve the title (
getTitle()
) and the URL (getUrl()
) of the bookmark. -
Both
getTitle()
andgetUrl()
methods may returnnull
if the respective information is not found within the QR code.
A URL and title from a 'MEBKM:' or similar QRCode type.
Public Method Summary
String |
getTitle()
Gets the title of the bookmark.
|
String |
getUrl()
Gets the url of the bookmark.
|
Inherited Method Summary
Public Methods
public String getTitle ()
Gets the title of the bookmark.
Returns null
if not available.
public String getUrl ()
Gets the url of the bookmark.
Returns null
if not available.