Class WatchEventType

    Definition

    Namespace:
    Tizen.Applications.CoreBackend
    Assembly:
    Tizen.Applications.WatchApplication.dll

    A class that represents the type of event for backends. This class can be converted from the string type.

    public class WatchEventType : EventType
    Inheritance
    object
    EventType
    WatchEventType

    Constructors

    View Source

    WatchEventType(string)

    Initializes the WatchEventType class.

    Declaration
    public WatchEventType(string name)
    Parameters
    Type Name Description
    string name

    The name of watch event type.

    Fields

    View Source

    AmbientChanged

    Pre-defined event type, "AmbientChanged".

    Declaration
    public static readonly WatchEventType AmbientChanged
    Field Value
    Type Description
    WatchEventType
    View Source

    AmbientTick

    Pre-defined event type, "AmbientTick".

    Declaration
    public static readonly WatchEventType AmbientTick
    Field Value
    Type Description
    WatchEventType
    View Source

    TimeTick

    Pre-defined event type, "Created".

    Declaration
    public static readonly WatchEventType TimeTick
    Field Value
    Type Description
    WatchEventType

    Operators

    View Source

    implicit operator WatchEventType(string)

    Converts a string to the WatchEventType instance.

    Declaration
    public static implicit operator WatchEventType(string value)
    Parameters
    Type Name Description
    string value
    Returns
    Type Description
    WatchEventType
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX