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.
- Inheritance
-
- Derived
-
Constructors
View Source
EventType(string)
Initializes the EventType class.
Declaration
public EventType(string name)
Parameters
Type |
Name |
Description |
string |
name |
The name of event type.
|
Fields
View Source
AppControlReceived
Pre-defined event type "AppControlReceived".
Declaration
public static readonly EventType AppControlReceived
Field Value
Declaration
public static readonly EventType Created
Field Value
View Source
DeviceOrientationChanged
Pre-defined event type "DeviceOrientationChanged".
Declaration
public static readonly EventType DeviceOrientationChanged
Field Value
View Source
LocaleChanged
Pre-defined event type "LocaleChanged".
Declaration
public static readonly EventType LocaleChanged
Field Value
View Source
LowBattery
Pre-defined event type "LowBattery".
Declaration
public static readonly EventType LowBattery
Field Value
View Source
LowMemory
Pre-defined event type "LowMemory".
Declaration
public static readonly EventType LowMemory
Field Value
Declaration
public static readonly EventType Paused
Field Value
View Source
PreCreated
Pre-defined event type "PreCreated".
Declaration
public static readonly EventType PreCreated
Field Value
View Source
Pre-defined event type "RegionFormatChanged".
Declaration
public static readonly EventType RegionFormatChanged
Field Value
Declaration
public static readonly EventType Resumed
Field Value
View Source
SuspendedStateChanged
Pre-defined event type "SuspendedStateChanged".
The SuspendedStateEventArgs class is an event argument class for this EventType.
Declaration
public static readonly EventType SuspendedStateChanged
Field Value
View Source
Terminated
Pre-defined event type "Terminated".
Declaration
public static readonly EventType Terminated
Field Value
Methods
View Source
Equals(object)
Determines whether this instance and a specified object.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
object.Equals(object)
View Source
GetHashCode()
Returns the hash code for event type string.
Declaration
public override int GetHashCode()
Returns
Overrides
object.GetHashCode()
Declaration
public override string ToString()
Returns
Overrides
object.ToString()
Operators
View Source
implicit operator EventType(string)
Converts a string to EventType instance.
Declaration
public static implicit operator EventType(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns