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