Show / Hide Table of Contents

    Class AppControlOperations

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll
    API Level:
    3

    Operations of the AppControl.

    public static class AppControlOperations
    Inheritance
    Object
    AppControlOperations

    Fields

    View Source

    Add

    Adds an item.

    Declaration
    public const string Add = "http://tizen.org/appcontrol/operation/add"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Call

    Performs a call to someone.

    Declaration
    public const string Call = "http://tizen.org/appcontrol/operation/call"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Compose

    Composes a message.

    Declaration
    public const string Compose = "http://tizen.org/appcontrol/operation/compose"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    CreateContent

    Creates contents.

    Declaration
    public const string CreateContent = "http://tizen.org/appcontrol/operation/create_content"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Default

    An explicit launch for an application that excludes a homescreen application.

    Declaration
    public const string Default = "http://tizen.org/appcontrol/operation/default"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Dial

    Dials a number. This shows an UI with the number to be dialed, allowing the user to explicitly initiate the call.

    Declaration
    public const string Dial = "http://tizen.org/appcontrol/operation/dial"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Download

    Downloads items.

    Declaration
    public const string Download = "http://tizen.org/appcontrol/operation/download"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Edit

    Provides an editable access to the given data.

    Declaration
    public const string Edit = "http://tizen.org/appcontrol/operation/edit"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    ImageCapture

    Captures images by camera applications.

    Declaration
    public const string ImageCapture = "http://tizen.org/appcontrol/operation/image_capture"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    LaunchOnEvent

    Can be launched by interested System-Event.

    Declaration
    public const string LaunchOnEvent = "http://tizen.org/appcontrol/operation/launch_on_event"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Main

    An explicit launch for a homescreen application.

    Declaration
    public const string Main = "http://tizen.org/appcontrol/operation/main"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    MultiShare

    Shares multiple items with someone else.

    Declaration
    public const string MultiShare = "http://tizen.org/appcontrol/operation/multi_share"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Pick

    Picks items.

    Declaration
    public const string Pick = "http://tizen.org/appcontrol/operation/pick"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Print

    Prints contents.

    Declaration
    public const string Print = "http://tizen.org/appcontrol/operation/print"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Search

    Performs a search.

    Declaration
    public const string Search = "http://tizen.org/appcontrol/operation/search"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Send

    Delivers some data to someone else.

    Declaration
    public const string Send = "http://tizen.org/appcontrol/operation/send"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    SendText

    Delivers text data to someone else.

    Declaration
    public const string SendText = "http://tizen.org/appcontrol/operation/send_text"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Setting

    Shows system settings.

    Declaration
    public const string Setting = "http://tizen.org/appcontrol/operation/setting"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    SettingBluetoothEnable

    Shows settings to enable Bluetooth.

    Declaration
    public const string SettingBluetoothEnable = "http://tizen.org/appcontrol/operation/setting/bt_enable"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    SettingBluetoothVisibility

    Shows settings to configure the Bluetooth visibility.

    Declaration
    public const string SettingBluetoothVisibility = "http://tizen.org/appcontrol/operation/setting/bt_visibility"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    SettingLocation

    Shows settings to allow configuration of current location sources.

    Declaration
    public const string SettingLocation = "http://tizen.org/appcontrol/operation/setting/location"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    SettingNfc

    Shows NFC settings.

    Declaration
    public const string SettingNfc = "http://tizen.org/appcontrol/operation/setting/nfc"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    SettingWifi

    Shows settings to allow configuration of Wi-Fi.

    Declaration
    public const string SettingWifi = "http://tizen.org/appcontrol/operation/setting/wifi"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    Share

    Shares an item with someone else.

    Declaration
    public const string Share = "http://tizen.org/appcontrol/operation/share"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    ShareText

    Shares text data with someone else.

    Declaration
    public const string ShareText = "http://tizen.org/appcontrol/operation/share_text"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    VideoCapture

    Captures videos by camera applications.

    Declaration
    public const string VideoCapture = "http://tizen.org/appcontrol/operation/video_capture"
    Field Value
    Type Description
    String
    API Level: 3
    View Source

    View

    Displays the data.

    Declaration
    public const string View = "http://tizen.org/appcontrol/operation/view"
    Field Value
    Type Description
    String
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX