akiles-react-native
    Preparing search index...

    Interface SyncCallback

    interface SyncCallback {
        onError(e: AkilesError): void;
        onStatus?(status: SyncStatus): void;
        onStatusProgress?(percent: number): void;
        onSuccess(): void;
    }
    Index

    Methods