Barcode.UrlBookmark

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.