[ Web Proxy ]
URL:
Viewing: https://developers.google.com/android/reference/com/google/android/gms/vision/barcode/Barcode.Email [Back]  [Original]

Barcode.Email  |  Google Play services  |  Google for Developers Skip to main content

Barcode.Email Stay organized with collections Save and categorize content based on your preferences.

The Mobile Vision API is deprecated and no longer maintained. It is now a part of ML Kit which includes all new on-device ML capabilities. If you use Mobile Vision in your app today, follow the migration guide.
public static class Barcode.Email extends Object
implements Parcelable

An email message from a 'MAILTO:' or similar QRCode type.

Constant Summary

int HOME
int UNKNOWN Email type.
int WORK

Inherited Constant Summary

Field Summary

public String address
public String body
public String subject
public int type

Public Constructor Summary

Inherited Method Summary

Constants

public static final int HOME

Constant Value: 2

public static final int UNKNOWN

Email type.

Constant Value: 0

public static final int WORK

Constant Value: 1

Fields

public String address

public String body

public String subject

public int type

Public Constructors

public Email ()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2021-06-17 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-06-17 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page