DEFERRED constant

int const DEFERRED

Replacement takes effect when the old plan expires, and the new price will be charged at the same time. https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.SubscriptionUpdateParams.ReplacementMode#DEFERRED()

Implementation

static const int DEFERRED = 6;