Interface ICoreTask

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll

    Represents the CoreTask interface.

    public interface ICoreTask

    Methods

    View Source

    OnAppControlReceived(AppControlReceivedEventArgs)

    This method is to handle behavior when the task of the application receives the appcontrol message.

    Declaration
    void OnAppControlReceived(AppControlReceivedEventArgs e)
    Parameters
    Type Name Description
    AppControlReceivedEventArgs e

    The received app control event argument.

    View Source

    OnCreate()

    This method is to handle behavior when the task of the application is created.

    Declaration
    void OnCreate()
    View Source

    OnDeviceOrientationChanged(DeviceOrientationEventArgs)

    This method is to handle behavior when the device orientation is changed.

    Declaration
    void OnDeviceOrientationChanged(DeviceOrientationEventArgs e)
    Parameters
    Type Name Description
    DeviceOrientationEventArgs e

    The device orientation changed event argument.

    View Source

    OnLocaleChanged(LocaleChangedEventArgs)

    This method is to handle behavior when the system language is changed.

    Declaration
    void OnLocaleChanged(LocaleChangedEventArgs e)
    Parameters
    Type Name Description
    LocaleChangedEventArgs e

    The locale changed event argument.

    View Source

    OnLowBattery(LowBatteryEventArgs)

    This method is to handle behavior when the system battery is low.

    Declaration
    void OnLowBattery(LowBatteryEventArgs e)
    Parameters
    Type Name Description
    LowBatteryEventArgs e

    The low battery event argument.

    View Source

    OnLowMemory(LowMemoryEventArgs)

    This method is to handle behavior when the system memory is low.

    Declaration
    void OnLowMemory(LowMemoryEventArgs e)
    Parameters
    Type Name Description
    LowMemoryEventArgs e

    The low memory event argument.

    View Source

    OnRegionFormatChanged(RegionFormatChangedEventArgs)

    This method is to handle behavior when the region format is changed.

    Declaration
    void OnRegionFormatChanged(RegionFormatChangedEventArgs e)
    Parameters
    Type Name Description
    RegionFormatChangedEventArgs e

    The region format changed event argument.

    View Source

    OnTerminate()

    This method is to handle behavior when the task of the application is terminated.

    Declaration
    void OnTerminate()
    View Source

    OnUIEvent(UIEventArgs)

    This method is to handle behavior when the application is resumed or paused.

    Declaration
    void OnUIEvent(UIEventArgs e)
    Parameters
    Type Name Description
    UIEventArgs e

    The UI event argument.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX