public static class FirebaseVisionBarcode.Email extends Object
An email message from a 'MAILTO:' or similar QRCode type.
Nested Class Summary
@interface | FirebaseVisionBarcode.Email.FormatType | Email format type constants. |
Constant Summary
int | TYPE_HOME | |
int | TYPE_UNKNOWN | Email type. |
int | TYPE_WORK |
Public Method Summary
String |
getAddress()
Gets email's address.
|
String |
getBody()
Gets email's body.
|
String |
getSubject()
Gets email's subject.
|
int |
getType()
Gets type of the email.
|
Inherited Method Summary
Constants
public static final int TYPE_HOME
Constant Value: 2
public static final int TYPE_UNKNOWN
Email type.
Constant Value: 0
public static final int TYPE_WORK
Constant Value: 1
Public Methods
public String getAddress ()
Gets email's address.
public String getBody ()
Gets email's body.
public String getSubject ()
Gets email's subject.
public int getType ()
Gets type of the email.
See also
FirebaseVisionBarcode.Email.FormatType
.