Class AppControlOperations

Definition

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

Operations of the AppControl.

C#
Copy
public static class AppControlOperations : object
Inheritance
AppControlOperations

Fields

View Source

Add

Adds an item.

Declaration
C#
Copy
public const string Add = null
Field Value
Type Description
String
API Level: 3
View Source

Call

Performs a call to someone.

Declaration
C#
Copy
public const string Call = null
Field Value
Type Description
String
API Level: 3
View Source

Compose

Composes a message.

Declaration
C#
Copy
public const string Compose = null
Field Value
Type Description
String
API Level: 3
View Source

CreateContent

Creates contents.

Declaration
C#
Copy
public const string CreateContent = null
Field Value
Type Description
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 = null
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
C#
Copy
public const string Dial = null
Field Value
Type Description
String
API Level: 3
View Source

Download

Downloads items.

Declaration
C#
Copy
public const string Download = null
Field Value
Type Description
String
API Level: 3
View Source

Edit

Provides an editable access to the given data.

Declaration
C#
Copy
public const string Edit = null
Field Value
Type Description
String
API Level: 3
View Source

ImageCapture

Captures images by camera applications.

Declaration
C#
Copy
public const string ImageCapture = null
Field Value
Type Description
String
API Level: 3
View Source

LaunchOnEvent

Can be launched by interested System-Event.

Declaration
C#
Copy
public const string LaunchOnEvent = null
Field Value
Type Description
String
API Level: 3
View Source

Main

An explicit launch for a homescreen application.

Declaration
C#
Copy
public const string Main = null
Field Value
Type Description
String
API Level: 3
View Source

MultiShare

Shares multiple items with someone else.

Declaration
C#
Copy
public const string MultiShare = null
Field Value
Type Description
String
API Level: 3
View Source

Pick

Picks items.

Declaration
C#
Copy
public const string Pick = null
Field Value
Type Description
String
API Level: 3
View Source

Print

Prints contents.

Declaration
C#
Copy
public const string Print = null
Field Value
Type Description
String
API Level: 3
View Source

Performs a search.

Declaration
C#
Copy
public const string Search = null
Field Value
Type Description
String
API Level: 3
View Source

Send

Delivers some data to someone else.

Declaration
C#
Copy
public const string Send = null
Field Value
Type Description
String
API Level: 3
View Source

SendText

Delivers text data to someone else.

Declaration
C#
Copy
public const string SendText = null
Field Value
Type Description
String
API Level: 3
View Source

Setting

Shows system settings.

Declaration
C#
Copy
public const string Setting = null
Field Value
Type Description
String
API Level: 3
View Source

SettingBluetoothEnable

Shows settings to enable Bluetooth.

Declaration
C#
Copy
public const string SettingBluetoothEnable = null
Field Value
Type Description
String
API Level: 3
View Source

SettingBluetoothVisibility

Shows settings to configure the Bluetooth visibility.

Declaration
C#
Copy
public const string SettingBluetoothVisibility = null
Field Value
Type Description
String
API Level: 3
View Source

SettingLocation

Shows settings to allow configuration of current location sources.

Declaration
C#
Copy
public const string SettingLocation = null
Field Value
Type Description
String
API Level: 3
View Source

SettingNfc

Shows NFC settings.

Declaration
C#
Copy
public const string SettingNfc = null
Field Value
Type Description
String
API Level: 3
View Source

SettingWifi

Shows settings to allow configuration of Wi-Fi.

Declaration
C#
Copy
public const string SettingWifi = null
Field Value
Type Description
String
API Level: 3
View Source

Share

Shares an item with someone else.

Declaration
C#
Copy
public const string Share = null
Field Value
Type Description
String
API Level: 3
View Source

ShareText

Shares text data with someone else.

Declaration
C#
Copy
public const string ShareText = null
Field Value
Type Description
String
API Level: 3
View Source

VideoCapture

Captures videos by camera applications.

Declaration
C#
Copy
public const string VideoCapture = null
Field Value
Type Description
String
API Level: 3
View Source

View

Displays the data.

Declaration
C#
Copy
public const string View = null
Field Value
Type Description
String
API Level: 3