Show / Hide Table of Contents

    Class AppControlData

    Definition

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

    Data of the AppControl.

    public static class AppControlData
    Inheritance
    Object
    AppControlData

    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
    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
    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
    String
    API Level: 3
    View Source

    Email

    E-mail addressed.

    Declaration
    public const string Email = "http://tizen.org/appcontrol/data/email"
    Field Value
    Type Description
    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
    String
    API Level: 3
    View Source

    Ids

    IDs.

    Declaration
    public const string Ids = "http://tizen.org/appcontrol/data/id"
    Field Value
    Type Description
    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
    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
    String
    API Level: 3
    View Source

    InputPredictionHint

    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 Source

    InputType

    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 Source

    Location

    Location.

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

    Name

    Name.

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

    Path

    Paths of items.

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

    Phone

    Phone numbers.

    Declaration
    public const string Phone = "http://tizen.org/appcontrol/data/phone"
    Field Value
    Type Description
    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
    String
    API Level: 3
    View Source

    Selected

    Selected items.

    Declaration
    public const string Selected = "http://tizen.org/appcontrol/data/selected"
    Field Value
    Type Description
    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
    String
    API Level: 3
    View Source

    Subject

    Subject.

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

    Text

    Text.

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

    Title

    Title.

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

    To

    Recipients.

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

    TotalCount

    Total count.

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

    TotalSize

    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 Source

    Type

    Type.

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

    Url

    URLs.

    Declaration
    public const string Url = "http://tizen.org/appcontrol/data/url"
    Field Value
    Type Description
    String
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX