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