Example usage for Java android.net MailTo fields, constructors, methods, implement or subclass
The text is from its open source code.
String | MAILTO_SCHEME |
String | getBody() Retrieve the body line from the parsed mailto URL. |
String | getSubject() Retrieve the subject line from the parsed mailto URL. |
String | getTo() Retrieve the To address line from the parsed mailto URL. |
MailTo | parse(String url) Parse and decode a mailto scheme string. |