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