Barcode.Email

public static class Barcode.Email extends Object

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

Nested Class Summary

@interface Barcode.Email.FormatType Email format type constants. 

Constant Summary

int TYPE_HOME Home email.
int TYPE_UNKNOWN Unknown email type.
int TYPE_WORK Work email.

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

Home email.

Constant Value: 2

public static final int TYPE_UNKNOWN

Unknown email type.

Constant Value: 0

public static final int TYPE_WORK

Work email.

Constant Value: 1

Public Methods

public String getAddress ()

Gets email's address.

Returns null if not available.

public String getBody ()

Gets email's body.

Returns null if not available.

public String getSubject ()

Gets email's subject.

Returns null if not available.

public int getType ()

Gets type of the email.

See also Barcode.Email.FormatType.