Class SmartCallbackArgs

Definition

Namespace:
Tizen.WebView
Assembly:
Tizen.WebView.dll
API Level:
4

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
System.Object
SmartCallbackArgs

Methods

View Source

GetAsBoolean()

Gets the argument as a boolean type.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public bool GetAsBoolean()
Returns
Type Description
Boolean

Argument as a boolean type.

API Level: 4
View Source

GetAsDouble()

Gets the argument as a double type.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public double GetAsDouble()
Returns
Type Description
System.Double

Argument as a double type.

API Level: 4
View Source

GetAsInteger()

Gets the argument as an integer type.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public int GetAsInteger()
Returns
Type Description
Int32

Argument as an integer type.

API Level: 4
View Source

GetAsString()

Gets the argument as a string type.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string GetAsString()
Returns
Type Description
System.String

Argument as a string type.

API Level: 4