Class EventType
Definition
- Namespace:
- Tizen.Applications.CoreBackend
- Assembly:
- Tizen.Applications.Common.dll
This class represents the type of event for backends. This class can be converted from the string type.
public class EventType
- Inheritance
-
objectEventType
- 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. |
Fields
View SourceAppControlReceived
Pre-defined event type "AppControlReceived".
Declaration
public static readonly EventType AppControlReceived
Field Value
Type | Description |
---|---|
EventType |
Created
Pre-defined event type "Created".
Declaration
public static readonly EventType Created
Field Value
Type | Description |
---|---|
EventType |
DeviceOrientationChanged
Pre-defined event type "DeviceOrientationChanged".
Declaration
public static readonly EventType DeviceOrientationChanged
Field Value
Type | Description |
---|---|
EventType |
LocaleChanged
Pre-defined event type "LocaleChanged".
Declaration
public static readonly EventType LocaleChanged
Field Value
Type | Description |
---|---|
EventType |
LowBattery
Pre-defined event type "LowBattery".
Declaration
public static readonly EventType LowBattery
Field Value
Type | Description |
---|---|
EventType |
LowMemory
Pre-defined event type "LowMemory".
Declaration
public static readonly EventType LowMemory
Field Value
Type | Description |
---|---|
EventType |
Paused
Pre-defined event type "Paused".
Declaration
public static readonly EventType Paused
Field Value
Type | Description |
---|---|
EventType |
PreCreated
Pre-defined event type "PreCreated".
Declaration
public static readonly EventType PreCreated
Field Value
Type | Description |
---|---|
EventType |
RegionFormatChanged
Pre-defined event type "RegionFormatChanged".
Declaration
public static readonly EventType RegionFormatChanged
Field Value
Type | Description |
---|---|
EventType |
Resumed
Pre-defined event type "Resumed".
Declaration
public static readonly EventType Resumed
Field Value
Type | Description |
---|---|
EventType |
Terminated
Pre-defined event type "Terminated".
Declaration
public static readonly EventType Terminated
Field Value
Type | Description |
---|---|
EventType |
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 |
---|---|
bool |
Overrides
object.Equals(object)
View Source
GetHashCode()
Returns the hash code for event type string.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
object.GetHashCode()
View Source
ToString()
Returns the name of event type.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
object.ToString()
Operators
View Sourceimplicit operator EventType(string)
Converts a string to EventType instance.
Declaration
public static implicit operator EventType(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value |
Returns
Type | Description |
---|---|
EventType |