Class EventType
Definition
- Namespace:
- Tizen.Applications.CoreBackend
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 3
This class represents the type of event for backends. This class can be converted from the string type.
public class EventType
- Inheritance
-
EventType
- Derived
Constructors
View SourceEventType(String)
Initializes the EventType class.
Declaration
public EventType(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | The name of event type. |
API Level: 3
Fields
View SourceAppControlReceived
Pre-defined event type "AppControlReceived".
Declaration
public static readonly EventType AppControlReceived
Field Value
Type | Description |
---|---|
EventType |
API Level: 3
View SourceCreated
Pre-defined event type "Created".
Declaration
public static readonly EventType Created
Field Value
Type | Description |
---|---|
EventType |
API Level: 3
View SourceDeviceOrientationChanged
Pre-defined event type "DeviceOrientationChanged".
Declaration
public static readonly EventType DeviceOrientationChanged
Field Value
Type | Description |
---|---|
EventType |
API Level: 3
View SourceLocaleChanged
Pre-defined event type "LocaleChanged".
Declaration
public static readonly EventType LocaleChanged
Field Value
Type | Description |
---|---|
EventType |
API Level: 3
View SourceLowBattery
Pre-defined event type "LowBattery".
Declaration
public static readonly EventType LowBattery
Field Value
Type | Description |
---|---|
EventType |
API Level: 3
View SourceLowMemory
Pre-defined event type "LowMemory".
Declaration
public static readonly EventType LowMemory
Field Value
Type | Description |
---|---|
EventType |
API Level: 3
View SourcePaused
Pre-defined event type "Paused".
Declaration
public static readonly EventType Paused
Field Value
Type | Description |
---|---|
EventType |
API Level: 3
View SourcePreCreated
Pre-defined event type "PreCreated".
Declaration
public static readonly EventType PreCreated
Field Value
Type | Description |
---|---|
EventType |
API Level: 3
View SourceRegionFormatChanged
Pre-defined event type "RegionFormatChanged".
Declaration
public static readonly EventType RegionFormatChanged
Field Value
Type | Description |
---|---|
EventType |
API Level: 3
View SourceResumed
Pre-defined event type "Resumed".
Declaration
public static readonly EventType Resumed
Field Value
Type | Description |
---|---|
EventType |
API Level: 3
View SourceSuspendedStateChanged
Pre-defined event type "SuspendedStateChanged". The SuspendedStateEventArgs class is an event argument class for this EventType.
Declaration
public static readonly EventType SuspendedStateChanged
Field Value
Type | Description |
---|---|
EventType |
API Level: 6
View SourceTerminated
Pre-defined event type "Terminated".
Declaration
public static readonly EventType Terminated
Field Value
Type | Description |
---|---|
EventType |
API Level: 3
Methods
View SourceEquals(Object)
Determines whether this instance and a specified object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj |
Returns
Type | Description |
---|---|
Boolean |
Overrides
API Level: 3
View SourceGetHashCode()
Returns the hash code for event type string.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |
Overrides
API Level: 3
View SourceToString()
Returns the name of event type.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
API Level: 3
Operators
View SourceImplicit(String to EventType)
Converts a string to EventType instance.
Declaration
public static implicit operator EventType(string value)
Parameters
Type | Name | Description |
---|---|---|
String | value |
Returns
Type | Description |
---|---|
EventType |