Barcode.UrlBookmark

  • 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() and getUrl() methods may return null if the respective information is not found within the QR code.

public static class Barcode.UrlBookmark extends Object

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.