Interface IEditable

Definition

Namespace:
Tizen.Applications.WatchfaceComplication
Assembly:
Tizen.Applications.WatchfaceComplication.dll
API Level:
6

Represents the Editable interface.

C#
Copy
public interface IEditable

Properties

View Source

EditableId

The information about editable's ID.

Declaration
C#
Copy
int EditableId { get; set; }
Property Value
Type Description
Int32
API Level: 6
View Source

Highlight

The information about editable's geometry.

Declaration
C#
Copy
Highlight Highlight { get; set; }
Property Value
Type Description
Highlight
API Level: 6
View Source

Name

The information about editable's name.

Declaration
C#
Copy
string Name { get; set; }
Property Value
Type Description
System.String
API Level: 6

Methods

View Source

GetCurrentData()

The information about editable's current data.

Declaration
C#
Copy
Bundle GetCurrentData()
Returns
Type Description
Bundle
API Level: 6
View Source

GetCurrentDataIndex()

The information about editable's current data index.

Declaration
C#
Copy
int GetCurrentDataIndex()
Returns
Type Description
Int32
API Level: 6