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