Barcode.UrlBookmark

public static class Barcode.UrlBookmark extends Object
implements Parcelable

A URL and title from a 'MEBKM:' or similar QRCode type.

Inherited Constant Summary

Field Summary

public String title
public String url Bookmark URL.

Public Constructor Summary

Inherited Method Summary

Fields

public String title

public String url

Bookmark URL. Note that some common errors may be corrected here. For example, "http//...", "http:...", etc. will be replaced with "//".

Public Constructors

public UrlBookmark ()