Interface AvailableArchive

Represents an available sync archive that can be processed (e.g. from another device). Native iOS may return only pin; Android may also include metadata and sentByInstallation.

interface AvailableArchive {
    metadata?: string;
    pin: string;
    sentByInstallation?: string;
}

Properties

metadata?: string

JSON-encoded archive metadata, when provided by the native layer

pin: string
sentByInstallation?: string

Base64-encoded installation id that sent the archive, when provided