java.lang.Object | |
↳ | com.amazon.android.webkit.AmazonConsoleMessage |
The AmazonConsoleMessage class is intended to be functionally equivalent to
to the ConsoleMessage
class. See
ConsoleMessage
for usage.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AmazonConsoleMessage.MessageLevel | The message level for AmazonConsoleMessage. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The AmazonConsoleMessage constructor is intended to be functionally
equivalent to to the
ConsoleMessage(String, String, int, android.webkit.ConsoleMessage.MessageLevel)
method. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The lineNumber() method gets the line number for the console message, and
is intended to be functionally equivalent to the
lineNumber() method. | |||||||||||
The message() method gets the message for the console message, and is
intended to be functionally equivalent to the
message() method. | |||||||||||
The messageLevel() method gets the level of the console message, and is
intended to be functionally equivalent to the
messageLevel() method. | |||||||||||
The sourceId() method gets the source id for the console message, and is
intended to be functionally equivalent to the
sourceId() method. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The AmazonConsoleMessage constructor is intended to be functionally
equivalent to to the
ConsoleMessage(String, String, int, android.webkit.ConsoleMessage.MessageLevel)
method. See
ConsoleMessage(String, String, int, android.webkit.ConsoleMessage.MessageLevel)
for usage.
The lineNumber() method gets the line number for the console message, and
is intended to be functionally equivalent to the
lineNumber()
method. See
lineNumber()
for usage.
The messageLevel() method gets the level of the console message, and is
intended to be functionally equivalent to the
messageLevel()
method. See
messageLevelnull
for usage.
The sourceId() method gets the source id for the console message, and is
intended to be functionally equivalent to the
sourceId()
method. See
sourceId()
for usage.