Class AppControlOperations

Definition

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

Operations of the AppControl.

C#
Copy
public static class AppControlOperations
Inheritance
System.Object
AppControlOperations

Fields

View Source

Add

Adds an item.

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

Call

Performs a call to someone.

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

Compose

Composes a message.

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

CreateContent

Creates contents.

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

Default

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

Declaration
C#
Copy
public const string Default = "http://tizen.org/appcontrol/operation/default"
Field Value
Type Description
System.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
C#
Copy
public const string Dial = "http://tizen.org/appcontrol/operation/dial"
Field Value
Type Description
System.String
API Level: 3
View Source

Download

Downloads items.

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

Edit

Provides an editable access to the given data.

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

ImageCapture

Captures images by camera applications.

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

LaunchOnEvent

Can be launched by interested System-Event.

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

Main

An explicit launch for a homescreen application.

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

MultiShare

Shares multiple items with someone else.

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

Pick

Picks items.

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

Print

Prints contents.

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

Performs a search.

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

Send

Delivers some data to someone else.

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

SendText

Delivers text data to someone else.

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

Setting

Shows system settings.

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

SettingBluetoothEnable

Shows settings to enable Bluetooth.

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

SettingBluetoothVisibility

Shows settings to configure the Bluetooth visibility.

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

SettingLocation

Shows settings to allow configuration of current location sources.

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

SettingNfc

Shows NFC settings.

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

SettingWifi

Shows settings to allow configuration of Wi-Fi.

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

Share

Shares an item with someone else.

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

ShareText

Shares text data with someone else.

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

VideoCapture

Captures videos by camera applications.

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

View

Displays the data.

Declaration
C#
Copy
public const string View = "http://tizen.org/appcontrol/operation/view"
Field Value
Type Description
System.String
API Level: 3