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 class  Revenue.Receipt.Builder
    Builder class for Revenue.Receipt objects.
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String data
    Details about the in-app purchase order from Google Play.
    java.lang.String signature
    Signature of the in-app purchase order from Google Play.
  • Method Summary

    Modifier and Type Method Description
    static Revenue.Receipt.Builder newBuilder()
    Creates the new instance of Revenue.Receipt.Builder.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait