Interface IEditable

    Definition

    Namespace:
    Tizen.Applications.WatchfaceComplication
    Assembly:
    Tizen.Applications.WatchfaceComplication.dll

    Represents the Editable interface.

    public interface IEditable

    Properties

    View Source

    EditableId

    The information about editable's ID.

    Declaration
    int EditableId { get; set; }
    Property Value
    Type Description
    int
    View Source

    Highlight

    The information about editable's geometry.

    Declaration
    Highlight Highlight { get; set; }
    Property Value
    Type Description
    Highlight
    View Source

    Name

    The information about editable's name.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    GetCurrentData()

    The information about editable's current data.

    Declaration
    Bundle GetCurrentData()
    Returns
    Type Description
    Bundle
    View Source

    GetCurrentDataIndex()

    The information about editable's current data index.

    Declaration
    int GetCurrentDataIndex()
    Returns
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX