public static class

Barcode.UrlBookmark

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.vision.barcode.Barcode.UrlBookmark

Class Overview

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

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public String title
public String url Bookmark URL.
Public Constructors
Barcode.UrlBookmark()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

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 "http://".

Public Constructors

public Barcode.UrlBookmark ()