https://developers.google.com/android-p ... s.products
Код: Выделить всё
purchaseState:
integer
The purchase state of the order. Possible values are: 0. Purchased 1. Canceled 2. Pending
https://developer.android.com/reference ... #PENDING()
Код: Выделить всё
purchaseState:
static final int
PENDING = 2
Purchase is pending and not yet completed to be processed by your app.
static final int
PURCHASED = 1
Purchase is completed.
static final int
UNSPECIFIED_STATE = 0
Purchase with unknown state.
Подробнее здесь: https://stackoverflow.com/questions/797 ... eloper-api
Мобильная версия