interface PullSessionOptions {
    limits?: { duration?: { sourceFetch?: number } };
    scope?: CAScope;
    sourceFetch?: boolean;
    sourceFetchFilter?: SourceFetchFilter;
}

Properties

limits?: { duration?: { sourceFetch?: number } }
scope?: CAScope
sourceFetch?: boolean

If set to false user will be able to see only existing data, without refreshing the library. Default value is true.

sourceFetchFilter?: SourceFetchFilter

Trigger account data sync only for accounts matching session scope and specified filter