Class SyncAdapter

    Definition

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

    This class contains the delegates to be called upon scheduling a sync operation.

    public class SyncAdapter
    Inheritance
    object
    SyncAdapter

    Methods

    View Source

    SetSyncEventCallbacks(StartSyncCallback, CancelSyncCallback)

    Sets the client (sync adapter) callback functions.

    Declaration
    public void SetSyncEventCallbacks(SyncAdapter.StartSyncCallback startSyncCb, SyncAdapter.CancelSyncCallback cancelSyncCb)
    Parameters
    Type Name Description
    SyncAdapter.StartSyncCallback startSyncCb

    A callback function to be called by the sync manager for performing the sync operation.

    SyncAdapter.CancelSyncCallback cancelSyncCb

    A callback function to be called by the sync manager for cancelling the sync operation.

    View Source

    UnsetSyncEventCallbacks()

    Unsets the client (sync adapter) callback functions.

    Declaration
    public void UnsetSyncEventCallbacks()

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX