public method IOffersManager.getLatestOffersSnapshot
Overview
Gets a latest offers snapshot from the price terminals for specific offers.
Declaration
function getLatestOffersSnapshot(offerIds, callback)
public void getLatestOffersSnapshot(String[] offerIds, IOffersSnapshotCallback callback);
public void getLatestOffersSnapshot(string[] offerIds, IOffersSnapshotCallback callback);
Parameters
| Name | Description |
|---|---|
| offerIds | The list of specific offersIDs |
| callback | The operation result callback |
Details
Declared in IOffersManager