Java android.net MailTo fields, constructors, methods, implement or subclass

Example usage for Java android.net MailTo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.net MailTo.

The text is from its open source code.

Field

Method

StringgetBody()
Retrieve the body line from the parsed mailto URL.
StringgetSubject()
Retrieve the subject line from the parsed mailto URL.
StringgetTo()
Retrieve the To address line from the parsed mailto URL.
MailToparse(String url)
Parse and decode a mailto scheme string.