Class JavaScriptMessage
Definition
- Assembly:
- Tizen.WebView.dll
A script message contains information that is sent from the JavaScript runtime.
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public class JavaScriptMessage
- Inheritance
-
objectJavaScriptMessage
Properties
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public bool GetBodyAsBoolean()
Returns
| Type | Description |
|---|---|
| bool | The value of the body as boolean type. |
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public double GetBodyAsDouble()
Returns
| Type | Description |
|---|---|
| double | The value of the body as a double type. |
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public int GetBodyAsInteger()
Returns
| Type | Description |
|---|---|
| int | The value of the body as an integer type. |
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string GetBodyAsString()
Returns
| Type | Description |
|---|---|
| string | The value of the body as a string type. |