public method IOffersManager.getRawOffersSnapshot

Overview

Gets a initial raw data for specific offers.

Declaration

function getRawOffersSnapshot(offerIds, callback)
public void getRawOffersSnapshot(String[] offerIds, IRawOffersSnapshotCallback callback);
public void getRawOffersSnapshot(string[] offerIds, IRawOffersSnapshotCallback callback);

Parameters

Name Description
offerIds The list of specific offersIDs
callback The operation result callback

Details

Declared in IOffersManager