MagifyManager․Lto
Overview
This part of the MagifyManager
provides access to operations with LTO.
OnAdded
event Action<LtoInfo> OnAdded
Notifies that new offer has been added (activated).
OnUpdated
event Action<LtoInfo> OnUpdated
Notifies that the status or content of the offer has changed and you need to update this offer.
OnRemoved
event Action<LtoInfo> OnRemoved
Notifies that the offer has ended for some reason: expired or replaced by another offer on this spot or force complete of some offers because of filtering changed.
OnFinished
event Action<LtoInfo> OnFinished
Notifies that the offer has ended for any reason (expired, the conditions of showing this offer have changed, the company has become irrelevant, conflicting offer, was finished manually).
GetActiveLtoOffers
IReadOnlyCollection<LtoInfo> GetActiveLtoOffers()
Contains a list of active offerers.
CompleteActiveLto
void CompleteActiveLto(string offerName)
Force terminates an active offerer by its name. OnFinished listeners will be notified.