# Print output for @column tags ?>
public
static
abstract
@interface
ProductDetails.RecurrenceMode
implements
Annotation
| com.android.billingclient.api.ProductDetails.RecurrenceMode |
Recurrence mode of the pricing phase.
Constants | |
|---|---|
int |
FINITE_RECURRING
The billing plan payment recurs for a fixed number of billing period set in billingCycleCount. |
int |
INFINITE_RECURRING
The billing plan payment recurs for infinite billing periods unless cancelled. |
int |
NON_RECURRING
The billing plan payment is a one time charge that does not repeat. |
Inherited methods | |
|---|---|
public static final int FINITE_RECURRING
The billing plan payment recurs for a fixed number of billing period set in billingCycleCount.
Constant Value: 2 (0x00000002)
public static final int INFINITE_RECURRING
The billing plan payment recurs for infinite billing periods unless cancelled.
Constant Value: 1 (0x00000001)
public static final int NON_RECURRING
The billing plan payment is a one time charge that does not repeat.
Constant Value: 3 (0x00000003)