Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 3
public static class AppControlData
- Inheritance
-
Fields
View Source
AllDay
All-day mode of the event ("true" or "false").
Declaration
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
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
public const string Cc = "http://tizen.org/appcontrol/data/cc"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
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
public const string Endtime = "http://tizen.org/appcontrol/data/calendar/end_time"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
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
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
public const string InputGuideText = "http://tizen.org/appcontrol/data/input_guide_text"
Field Value
Type |
Description |
System.String |
|
API Level: 3
View Source
Send text to receive answer result from smart reply.
Declaration
public const string InputPredictionHint = "http://tizen.org/appcontrol/data/input_prediction_hint"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public const string InputType = "http://tizen.org/appcontrol/data/input_type"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public const string Location = "http://tizen.org/appcontrol/data/location"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public const string Name = "http://tizen.org/appcontrol/data/name"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public const string Path = "http://tizen.org/appcontrol/data/path"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
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
public const string SectionMode = "http://tizen.org/appcontrol/data/selection_mode"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
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
public const string StartTime = "http://tizen.org/appcontrol/data/calendar/start_time"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public const string Subject = "http://tizen.org/appcontrol/data/subject"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public const string Text = "http://tizen.org/appcontrol/data/text"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public const string Title = "http://tizen.org/appcontrol/data/title"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public const string To = "http://tizen.org/appcontrol/data/to"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public const string TotalCount = "http://tizen.org/appcontrol/data/total_count"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public const string TotalSize = "http://tizen.org/appcontrol/data/total_size"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public const string Type = "http://tizen.org/appcontrol/data/type"
Field Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public const string Url = "http://tizen.org/appcontrol/data/url"
Field Value
Type |
Description |
System.String |
|
API Level: 3