Interface PullSessionOptions

Hierarchy

  • PullSessionOptions

Properties

limits?: {
    duration?: {
        sourceFetch?: number;
    };
}

Type declaration

  • Optional duration?: {
        sourceFetch?: number;
    }
    • Optional 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

Generated using TypeDoc