Class WatchEventType
Definition
- Namespace:
- Tizen.Applications.CoreBackend
- Assembly:
- Tizen.Applications.WatchApplication.dll
- API Level:
- 4
A class that represents the type of event for backends. This class can be converted from the string type.
public class WatchEventType : EventType
- Inheritance
Constructors
View SourceWatchEventType(String)
Initializes the WatchEventType class.
Declaration
public WatchEventType(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | The name of watch event type. |
API Level: 4
Fields
View SourceAmbientChanged
Pre-defined event type, "AmbientChanged".
Declaration
public static readonly WatchEventType AmbientChanged
Field Value
Type | Description |
---|---|
WatchEventType |
API Level: 4
View SourceAmbientTick
Pre-defined event type, "AmbientTick".
Declaration
public static readonly WatchEventType AmbientTick
Field Value
Type | Description |
---|---|
WatchEventType |
API Level: 4
View SourceTimeTick
Pre-defined event type, "Created".
Declaration
public static readonly WatchEventType TimeTick
Field Value
Type | Description |
---|---|
WatchEventType |
API Level: 4
Operators
View SourceImplicit(String to WatchEventType)
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 |