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

android.webkit.ConsoleMessage 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.webkit;
public class ConsoleMessage
{
public static enum MessageLevel
{
DEBUG(),
ERROR(),
LOG(),
TIP(),
WARNING();
}
public  ConsoleMessage(java.lang.String message, java.lang.String sourceId, int lineNumber, android.webkit.ConsoleMessage.MessageLevel msgLevel) { throw new RuntimeException("Stub!"); }
public  android.webkit.ConsoleMessage.MessageLevel messageLevel() { throw new RuntimeException("Stub!"); }
public  java.lang.String message() { throw new RuntimeException("Stub!"); }
public  java.lang.String sourceId() { throw new RuntimeException("Stub!"); }
public  int lineNumber() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy