Class AppControlData

Definition

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

Data of the AppControl.

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

Fields

View Source

AllDay

All-day mode of the event ("true" or "false").

Declaration
C#
Copy
public const string AllDay = "http://tizen.org/appcontrol/data/calendar/all_day"
Field Value
Type Description
System.String
API Level: 3
View Source

Bcc

E-mail addresses that should be blind carbon copied.

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

Cc

E-mail addresses that should be carbon copied.

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

Email

E-mail addressed.

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

Endtime

End time of the event (format: YYYY-MM-DD HH:MM:SS).

Declaration
C#
Copy
public const string Endtime = "http://tizen.org/appcontrol/data/calendar/end_time"
Field Value
Type Description
System.String
API Level: 3
View Source

Ids

IDs.

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

InputDefaultText

Send the pre inputted text, such as "http://" in web.

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

InputGuideText

Send guide text to show to the user, such as "Input user name".

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

InputPredictionHint

Send text to receive answer result from smart reply.

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

InputType

Select the type of input method.

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

Location

Location.

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

Name

Name.

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

Path

Paths of items.

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

Phone

Phone numbers.

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

SectionMode

Selection mode ("single" or "multiple").

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

Selected

Selected items.

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

StartTime

Start time of the event (format: YYYY-MM-DD HH:MM:SS).

Declaration
C#
Copy
public const string StartTime = "http://tizen.org/appcontrol/data/calendar/start_time"
Field Value
Type Description
System.String
API Level: 3
View Source

Subject

Subject.

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

Text

Text.

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

Title

Title.

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

To

Recipients.

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

TotalCount

Total count.

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

TotalSize

Total size (unit : bytes).

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

Type

Type.

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

Url

URLs.

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