-
- All Implemented Interfaces:
public final class QRContent.Email extends QRContent
An email message from a 'MAILTO:' or similar QR Code type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumQRContent.Email.EmailType
-
Method Summary
Modifier and Type Method Description StringgetRawValue()final StringgetAddress()final StringgetBody()final StringgetSubject()final QRContent.Email.EmailTypegetType()-
-
Method Detail
-
getRawValue
String getRawValue()
-
getAddress
final String getAddress()
-
getSubject
final String getSubject()
-
getType
final QRContent.Email.EmailType getType()
-
-
-
-