FileDocCategorySizeDatePackage
MailTo.javaAPI DocAndroid 5.1 API883Sat Mar 14 14:09:42 GMT 2015android.net

MailTo

public class MailTo extends Object

Fields Summary
public static final String
MAILTO_SCHEME
Constructors Summary
MailTo()

 throw new RuntimeException("Stub!"); 
Methods Summary
public java.lang.StringgetBody()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetCc()

 throw new RuntimeException("Stub!"); 
public java.util.MapgetHeaders()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSubject()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetTo()

 throw new RuntimeException("Stub!"); 
public static booleanisMailTo(java.lang.String url)

 throw new RuntimeException("Stub!"); 
public static android.net.MailToparse(java.lang.String url)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");