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
    object
    EventType
    Derived
    WatchEventType
    WatchEventType
    NUIEventType
    NUIEventType

    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
    Type Description
    EventType
    View Source

    Created

    Pre-defined event type "Created".

    Declaration
    public static readonly EventType Created
    Field Value
    Type Description
    EventType
    View Source

    DeviceOrientationChanged

    Pre-defined event type "DeviceOrientationChanged".

    Declaration
    public static readonly EventType DeviceOrientationChanged
    Field Value
    Type Description
    EventType
    View Source

    LocaleChanged

    Pre-defined event type "LocaleChanged".

    Declaration
    public static readonly EventType LocaleChanged
    Field Value
    Type Description
    EventType
    View Source

    LowBattery

    Pre-defined event type "LowBattery".

    Declaration
    public static readonly EventType LowBattery
    Field Value
    Type Description
    EventType
    View Source

    LowMemory

    Pre-defined event type "LowMemory".

    Declaration
    public static readonly EventType LowMemory
    Field Value
    Type Description
    EventType
    View Source

    Paused

    Pre-defined event type "Paused".

    Declaration
    public static readonly EventType Paused
    Field Value
    Type Description
    EventType
    View Source

    PreCreated

    Pre-defined event type "PreCreated".

    Declaration
    public static readonly EventType PreCreated
    Field Value
    Type Description
    EventType
    View Source

    RegionFormatChanged

    Pre-defined event type "RegionFormatChanged".

    Declaration
    public static readonly EventType RegionFormatChanged
    Field Value
    Type Description
    EventType
    View Source

    Resumed

    Pre-defined event type "Resumed".

    Declaration
    public static readonly EventType Resumed
    Field Value
    Type Description
    EventType
    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
    Type Description
    EventType
    View Source

    Terminated

    Pre-defined event type "Terminated".

    Declaration
    public static readonly EventType Terminated
    Field Value
    Type Description
    EventType
    View Source

    TimeZoneChanged

    Pre-defined event type "TimeZoneChanged". The TimeZoneChangedEventArgs class is an event argument class for this EventType.

    Declaration
    public static readonly EventType TimeZoneChanged
    Field Value
    Type Description
    EventType

    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
    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 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
    Type Description
    EventType
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX