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
public static final int TYPE_UNKNOWN
Email type.
public static final int TYPE_WORK
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
.