PlayerOfferStatus
A player's progress on an offer they have engaged with.
enum PlayerOfferStatus {
IN_PROGRESS
COMPLETED
}
Values
PlayerOfferStatus.IN_PROGRESS
The player has started the offer but has not completed every goal.
PlayerOfferStatus.COMPLETED
The player has completed the offer.
Member Of
PlayerOffer object