getCouponRewardsByCode

fun getCouponRewardsByCode(callback: GetCouponRewardsByCodeCallback, couponCode: String)

Returns a list of items that can be credited to the user when the coupon is redeemed. Can be used to let users choose one of many items as a bonus. The usual case is choosing a DRM if the coupon contains a game as a bonus. The usual case is choosing a DRM if the coupon contains a game as a bonus (type=unit).

See also

Parameters

couponCode

Unique case sensitive code. Contains letters and numbers.

callback

Status callback.

Sources

Link copied to clipboard