public method IRawOffersSnapshotCallback.onSuccess

Overview

Is executed on successful receiving the rawOffer data

Declaration

function onSuccess(rawOffers)
public void onSuccess(RawOffer[] rawOffers);
public void onSuccess(RawOffer[] rawOffers);

Parameters

Name Description
rawOffers The data of received raw offers

Details

Declared in IRawOffersSnapshotCallback