android.net.MailTo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.net;
public class MailTo
{
MailTo() { throw new RuntimeException("Stub!"); }
public static boolean isMailTo(java.lang.String url) { throw new RuntimeException("Stub!"); }
public static android.net.MailTo parse(java.lang.String url) throws android.net.ParseException { throw new RuntimeException("Stub!"); }
public java.lang.String getTo() { throw new RuntimeException("Stub!"); }
public java.lang.String getCc() { throw new RuntimeException("Stub!"); }
public java.lang.String getSubject() { throw new RuntimeException("Stub!"); }
public java.lang.String getBody() { throw new RuntimeException("Stub!"); }
public java.util.Map getHeaders() { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public static final java.lang.String MAILTO_SCHEME = "mailto:";
}