Несоответствие между Google Billing API и Google Developer APIAndroid

Форум для тех, кто программирует под Android
Anonymous
Несоответствие между Google Billing API и Google Developer API

Сообщение Anonymous »

API разработчика Google Play
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
Google Billing API:
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

Вернуться в «Android»