google::play::billing::BillingClientParams

#include <billing/models.h>

Params for constructing a BillingClient.

Summary

Public attributes

enable_pending_purchases = false
bool
Enables pending purchase for one-time products.

Public attributes

enable_pending_purchases

bool google::play::billing::BillingClientParams::enable_pending_purchases = false

Enables pending purchase for one-time products.

This value must be set to true. Pending purchases are not automatically enabled since your application will need to be updated to ensure entitlement is not granted before payment has been secured. For more information on how to handle pending transactions see https://developer.android.com/google/play/billing/billing_library_overview.

Mandatory.