Class SyncJobData

    Definition

    Namespace:
    Tizen.Account.SyncManager
    Assembly:
    Tizen.Account.SyncManager.dll

    This class represents information about the sync job request.

    public class SyncJobData
    Inheritance
    object
    SyncJobData

    Fields

    View Source

    CalendarCapability

    Represents the calendar capability.

    Declaration
    public const string CalendarCapability = "http://tizen.org/sync/capability/calendar"
    Field Value
    Type Description
    string
    Remarks

    If you want to receive notification about the calendar database change, assign it to the SyncJobName property of the SyncJobData object.

    View Source

    ContactCapability

    Represents the contact capability.

    Declaration
    public const string ContactCapability = "http://tizen.org/sync/capability/contact"
    Field Value
    Type Description
    string
    Remarks

    If you want to receive notification about the contact database change, assign it to the SyncJobName property of the SyncJobData object.

    View Source

    ImageCapability

    Represents the image capability.

    Declaration
    public const string ImageCapability = "http://tizen.org/sync/capability/image"
    Field Value
    Type Description
    string
    Remarks

    If you want to receive notification about the image database change, assign it to the SyncJobName property of the SyncJobData object.

    View Source

    MusicCapability

    Represents the music capability.

    Declaration
    public const string MusicCapability = "http://tizen.org/sync/capability/music"
    Field Value
    Type Description
    string
    Remarks

    If you want to receive notification about the music database change, assign it to the SyncJobName property of the SyncJobData object.

    View Source

    SoundCapability

    Represents the sound capability.

    Declaration
    public const string SoundCapability = "http://tizen.org/sync/capability/sound"
    Field Value
    Type Description
    string
    Remarks

    If you want to receive notification about the sound database change, assign it to the SyncJobName property of the SyncJobData object.

    View Source

    VideoCapability

    Represents the video capability.

    Declaration
    public const string VideoCapability = "http://tizen.org/sync/capability/video"
    Field Value
    Type Description
    string
    Remarks

    If you want to receive notification about the video database change, assign it to the SyncJobName property of the SyncJobData object.

    Properties

    View Source

    Account

    The account instance on which the sync operation was requested or @c null in the case of the accountless sync operation.

    Declaration
    public Account Account { get; set; }
    Property Value
    Type Description
    Account
    View Source

    SyncJobName

    A string representing a sync job which has been operated or capability setting to operate the data change sync job.

    Declaration
    public string SyncJobName { get; set; }
    Property Value
    Type Description
    string
    View Source

    UserData

    User data which contains an additional information related to the registered sync job.

    Declaration
    public Bundle UserData { get; set; }
    Property Value
    Type Description
    Bundle
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX