Purchase.PurchaseState

public static abstract @interface Purchase.PurchaseState
implements Annotation

com.android.billingclient.api.Purchase.PurchaseState


Possible purchase states.

Summary

Constants

int PENDING

int PURCHASED

int UNSPECIFIED_STATE

Inherited methods

Constants

PENDING

public static final int PENDING

Constant Value: 2 (0x00000002)

PURCHASED

public static final int PURCHASED

Constant Value: 1 (0x00000001)

UNSPECIFIED_STATE

public static final int UNSPECIFIED_STATE

Constant Value: 0 (0x00000000)