Class AppControlData
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 3
Data of the AppControl.
public static class AppControlData
- Inheritance
-
AppControlData
Fields
View SourceAllDay
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 |
---|---|
String |
API Level: 3
View SourceBcc
E-mail addresses that should be blind carbon copied.
Declaration
public const string Bcc = "http://tizen.org/appcontrol/data/bcc"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceCc
E-mail addresses that should be carbon copied.
Declaration
public const string Cc = "http://tizen.org/appcontrol/data/cc"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceE-mail addressed.
Declaration
public const string Email = "http://tizen.org/appcontrol/data/email"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceEndtime
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 |
---|---|
String |
API Level: 3
View SourceIds
IDs.
Declaration
public const string Ids = "http://tizen.org/appcontrol/data/id"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceInputDefaultText
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 |
---|---|
String |
API Level: 3
View SourceInputGuideText
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 |
---|---|
String |
API Level: 3
View SourceInputPredictionHint
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 |
---|---|
String |
API Level: 3
View SourceInputType
Select the type of input method.
Declaration
public const string InputType = "http://tizen.org/appcontrol/data/input_type"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceLocation
Location.
Declaration
public const string Location = "http://tizen.org/appcontrol/data/location"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceName
Name.
Declaration
public const string Name = "http://tizen.org/appcontrol/data/name"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourcePath
Paths of items.
Declaration
public const string Path = "http://tizen.org/appcontrol/data/path"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourcePhone
Phone numbers.
Declaration
public const string Phone = "http://tizen.org/appcontrol/data/phone"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceSectionMode
Selection mode ("single" or "multiple").
Declaration
public const string SectionMode = "http://tizen.org/appcontrol/data/selection_mode"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceSelected
Selected items.
Declaration
public const string Selected = "http://tizen.org/appcontrol/data/selected"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceStartTime
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 |
---|---|
String |
API Level: 3
View SourceSubject
Subject.
Declaration
public const string Subject = "http://tizen.org/appcontrol/data/subject"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceText
Text.
Declaration
public const string Text = "http://tizen.org/appcontrol/data/text"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceTitle
Title.
Declaration
public const string Title = "http://tizen.org/appcontrol/data/title"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceTo
Recipients.
Declaration
public const string To = "http://tizen.org/appcontrol/data/to"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceTotalCount
Total count.
Declaration
public const string TotalCount = "http://tizen.org/appcontrol/data/total_count"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceTotalSize
Total size (unit : bytes).
Declaration
public const string TotalSize = "http://tizen.org/appcontrol/data/total_size"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceType
Type.
Declaration
public const string Type = "http://tizen.org/appcontrol/data/type"
Field Value
Type | Description |
---|---|
String |
API Level: 3
View SourceUrl
URLs.
Declaration
public const string Url = "http://tizen.org/appcontrol/data/url"
Field Value
Type | Description |
---|---|
String |