An email message from a 'MAILTO:' or similar QRCode type.
| @interface | FirebaseVisionBarcode.Email.FormatType | Email format type constants. | |
| int | TYPE_HOME | |
| int | TYPE_UNKNOWN | Email type. |
| int | TYPE_WORK |
| 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.
|
Email type.
Gets email's address.
Gets email's body.
Gets email's subject.
Gets type of the email.
See also
FirebaseVisionBarcode.Email.FormatType.