Class JavaScriptMessage
Definition
- Assembly:
- Tizen.WebView.dll
A script message contains information that is sent from the JavaScript runtime.
C#Copypublic class JavaScriptMessage
- Inheritance
-
objectJavaScriptMessage
Properties
Declaration
C#Copypublic string Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Declaration
C#Copypublic bool GetBodyAsBoolean()
Returns
Type | Description |
---|---|
bool | The value of the body as boolean type. |
Declaration
C#Copypublic double GetBodyAsDouble()
Returns
Type | Description |
---|---|
double | The value of the body as a double type. |
Declaration
C#Copypublic int GetBodyAsInteger()
Returns
Type | Description |
---|---|
int | The value of the body as an integer type. |
Declaration
C#Copypublic string GetBodyAsString()
Returns
Type | Description |
---|---|
string | The value of the body as a string type. |