Package com.yandex.metrica
Class Revenue.Receipt
java.lang.Object
com.yandex.metrica.Revenue.Receipt
- Enclosing class:
- Revenue
public static class Revenue.Receipt
extends java.lang.Object
The class to store in-app purchases data.
It is used for verifying Google Play purchases.
- See Also:
- Android In-App Billing API,
Revenue.receipt
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRevenue.Receipt.BuilderBuilder class forRevenue.Receiptobjects. -
Field Summary
-
Method Summary
Modifier and Type Method Description static Revenue.Receipt.BuildernewBuilder()Creates the new instance ofRevenue.Receipt.Builder.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
data
@Nullable public final java.lang.String dataDetails about the in-app purchase order from Google Play.It should contain data from INAPP_PURCHASE_DATA.
-
signature
@Nullable public final java.lang.String signatureSignature of the in-app purchase order from Google Play.It should contain data from INAPP_DATA_SIGNATURE.
-
-
Method Details
-
newBuilder
Creates the new instance ofRevenue.Receipt.Builder.- Returns:
- The
Revenue.Receipt.Builderobject
-