Revenue.Receipt.Builder class
com.yandex.metrica
public static class Revenue.Receipt.Builder
Builder class for Revenue.Receipt.
Methods
Revenue.Receipt | build() | Creates the instance of the Revenue.Receipt class. |
Revenue.Receipt.Builder | withData(@Nullable String data) | Sets details about the in-app purchase order from Google Play. |
Revenue.Receipt.Builder | withSignature(@Nullable String signature) | Sets the signature of the in-app purchase order from Google Play. |
Revenue.Receipt | build() | Creates the instance of the Revenue.Receipt class. |
Revenue.Receipt.Builder | withData(@Nullable String data) | Sets details about the in-app purchase order from Google Play. |
Revenue.Receipt.Builder | withSignature(@Nullable String signature) | Sets the signature of the in-app purchase order from Google Play. |
Method descriptions
build
public Revenue.Receipt build()
Creates the instance of the Revenue.Receipt class.
Returns:
The instance of the Revenue.Receipt class.
withData
public Revenue.Receipt.Builder withData(@Nullable String data)
Sets details about the in-app purchase order from Google Play.
data | Details about the in-app purchase order from Google Play. It should contain data from |
data | Details about the in-app purchase order from Google Play. It should contain data from |
Returns:
The instance of the Revenue.Receipt.Builder
class.
withSignature
public Revenue.Receipt.Builder withSignature(@Nullable String signature)
Sets the signature of the in-app purchase order from Google Play.
signature | Signature of the in-app purchase order from Google Play. It should contain data from |
signature | Signature of the in-app purchase order from Google Play. It should contain data from |
Returns:
The instance of theRevenue.Receipt.Builder
class..