interface IOffersManager
Parents
object
Brief
The interface for getting access to offers data
| Public Methods | |
|---|---|
| subscribeOfferChange | Subscribes to the offer change event |
| unsubscribeOfferChange | Unsubscribes from the offer change event |
| getOfferById | Gets a data of a specific offer by offer ID |
| getAllOffers | Gets the data of all offers |
| getRawOffersSnapshot | Gets a initial raw data for specific offers. |
| getLatestOffersSnapshot | Gets a latest offers snapshot from the price terminals for specific offers. |
| getCount | Gets the count of offers |
| getOfferIds | Gets Ids of all offers |