com.google.zxing.client.android
Class Contents

java.lang.Object
  extended by com.google.zxing.client.android.Contents

public final class Contents
extends java.lang.Object

The set of constants to use when sending Barcode Scanner an Intent which requests a barcode to be encoded.

Author:
dswitkin@google.com (Daniel Switkin)

Nested Class Summary
static class Contents.Type
           
 
Field Summary
static java.lang.String[] EMAIL_KEYS
           
static java.lang.String[] PHONE_KEYS
          When using Type.CONTACT, these arrays provide the keys for adding or retrieving multiple phone numbers and addresses.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PHONE_KEYS

public static final java.lang.String[] PHONE_KEYS
When using Type.CONTACT, these arrays provide the keys for adding or retrieving multiple phone numbers and addresses.


EMAIL_KEYS

public static final java.lang.String[] EMAIL_KEYS