Class SmartCallbackArgs
Definition
- Assembly:
- Tizen.WebView.dll
The argument from the SmartCallback.
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public class SmartCallbackArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSmartCallbackArgs
Methods
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public bool GetAsBoolean()
Returns
| Type | Description |
|---|---|
| bool | Argument as a boolean type. |
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public double GetAsDouble()
Returns
| Type | Description |
|---|---|
| double | Argument as a double type. |
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public int GetAsInteger()
Returns
| Type | Description |
|---|---|
| int | Argument as an integer type. |
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string GetAsString()
Returns
| Type | Description |
|---|---|
| string | Argument as a string type. |