com.google.zxing.client.android
Class Intents.SearchBookContents

java.lang.Object
  extended by com.google.zxing.client.android.Intents.SearchBookContents
Enclosing class:
Intents

public static final class Intents.SearchBookContents
extends java.lang.Object


Field Summary
static java.lang.String ACTION
          Use Google Book Search to search the contents of the book provided.
static java.lang.String ISBN
          The book to search, identified by ISBN number.
static java.lang.String QUERY
          An optional field which is the text to search for.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION

public static final java.lang.String ACTION
Use Google Book Search to search the contents of the book provided.

See Also:
Constant Field Values

ISBN

public static final java.lang.String ISBN
The book to search, identified by ISBN number.

See Also:
Constant Field Values

QUERY

public static final java.lang.String QUERY
An optional field which is the text to search for.

See Also:
Constant Field Values