public static class

Barcode.Phone

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

Class Overview

A phone number from a 'TEL:' or similar QRCode type.

Summary

Constants
int FAX
int HOME
int MOBILE
int UNKNOWN Phone type.
int WORK
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public String number
public int type
Public Constructors
Barcode.Phone()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Constants

public static final int FAX

Constant Value: 3 (0x00000003)

public static final int HOME

Constant Value: 2 (0x00000002)

public static final int MOBILE

Constant Value: 4 (0x00000004)

public static final int UNKNOWN

Phone type.

Constant Value: 0 (0x00000000)

public static final int WORK

Constant Value: 1 (0x00000001)

Fields

public String number

public int type

Public Constructors

public Barcode.Phone ()