Class SmartCallbackArgs
Definition
- Assembly:
- Tizen.WebView.dll
The argument from the SmartCallback.
C#Copypublic class SmartCallbackArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSmartCallbackArgs
Methods
Declaration
C#Copypublic bool GetAsBoolean()
Returns
| Type | Description |
|---|---|
| bool | Argument as a boolean type. |
Declaration
C#Copypublic double GetAsDouble()
Returns
| Type | Description |
|---|---|
| double | Argument as a double type. |
Declaration
C#Copypublic int GetAsInteger()
Returns
| Type | Description |
|---|---|
| int | Argument as an integer type. |
Declaration
C#Copypublic string GetAsString()
Returns
| Type | Description |
|---|---|
| string | Argument as a string type. |