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
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
Fields |
public
String |
title |
|
public
String |
url |
Bookmark URL. |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
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
()