Class SmartCallbackArgs
Definition
- Namespace:
- Tizen.WebView
- Assembly:
- Tizen.WebView.dll
- API Level:
- 4
The argument from the SmartCallback.
public class SmartCallbackArgs : EventArgs
- Inheritance
Methods
View SourceGetAsBoolean()
Gets the argument as a boolean type.
Declaration
public bool GetAsBoolean()
Returns
Type | Description |
---|---|
Boolean | Argument as a boolean type. |
API Level: 4
View SourceGetAsDouble()
Gets the argument as a double type.
Declaration
public double GetAsDouble()
Returns
Type | Description |
---|---|
Double | Argument as a double type. |
API Level: 4
View SourceGetAsInteger()
Gets the argument as an integer type.
Declaration
public int GetAsInteger()
Returns
Type | Description |
---|---|
Int32 | Argument as an integer type. |
API Level: 4
View SourceGetAsString()
Gets the argument as a string type.
Declaration
public string GetAsString()
Returns
Type | Description |
---|---|
String | Argument as a string type. |