OfferAvailability
Whether an offer is still live.
Archived offers are excluded from playerOffers entirely rather than reported, since they are
unavailable and about to be hard-deleted.
enum OfferAvailability {
ACTIVE
DISABLED
DELETED
}
Values
OfferAvailability.ACTIVE
The offer is live and open to new players.
OfferAvailability.DISABLED
The offer is paused, but remains completable by a player who already started it.
OfferAvailability.DELETED
The offer is deleted, but remains completable by a player who already started it.
Member Of
PlayerOffer object