| Package | Description |
|---|---|
| io.rakam.api | |
| io.rakam.unity.plugins |
| Modifier and Type | Method and Description |
|---|---|
Revenue |
Revenue.setEventProperties(org.json.JSONObject eventProperties)
Set event properties for the revenue event, like you would for an event during logEvent.
|
Revenue |
Revenue.setPrice(double price)
Set a value for the price.
|
Revenue |
Revenue.setProductId(String productId)
Set a value for the product identifier.
|
Revenue |
Revenue.setQuantity(int quantity)
Set a value for the quantity.
|
Revenue |
Revenue.setReceipt(String receipt,
String receiptSignature)
Set the receipt and receipt signature.
|
Revenue |
Revenue.setRevenueType(String revenueType)
Set a value for the revenue type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RakamClient.logRevenue(Revenue revenue)
Log revenue.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RakamPlugin.logRevenue(Revenue revenue) |
Copyright © 2018. All rights reserved.