All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.net.MailTo Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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:";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy