Pyze in app purchase revenue class.
More...
|
static void | PostPriceListViewed (string appScreenRequestFromId, Dictionary< string, object > customAttributes) |
| Posts the price list viewed event. More...
|
|
static void | PostBuyItem (string itemName, string currency, float price, string itemType, string itemSKU, string quantity, string appScreenRequestFromId, bool status, string successOrErrorCode, Dictionary< string, object > customAttributes) |
| Posts the buy item event. More...
|
|
static void | PostBuyItem (string itemName, float price, string currencyISO4217Code, Dictionary< string, object > customAttributes) |
| Posts the buy item event. More...
|
|
static void | PostBuyItemUSD (string itemName, float price, Dictionary< string, object > customAttributes) |
| Posts the buy item usd event. More...
|
|
Pyze in app purchase revenue class.
static void pyze.xamarin.android.PyzeEvents.PyzeInAppPurchaseRevenue.PostBuyItem |
( |
string |
itemName, |
|
|
string |
currency, |
|
|
float |
price, |
|
|
string |
itemType, |
|
|
string |
itemSKU, |
|
|
string |
quantity, |
|
|
string |
appScreenRequestFromId, |
|
|
bool |
status, |
|
|
string |
successOrErrorCode, |
|
|
Dictionary< string, object > |
customAttributes |
|
) |
| |
|
inlinestatic |
Posts the buy item event.
- Parameters
-
itemName | Item name. |
currency | Currency. |
price | Price. |
itemType | Item type. |
itemSKU | Item sku. |
quantity | Quantity. |
appScreenRequestFromId | App screen request from identifier. |
status | If set to true status. |
successOrErrorCode | Success or error code. |
customAttributes | Custom attributes. |
static void pyze.xamarin.android.PyzeEvents.PyzeInAppPurchaseRevenue.PostBuyItem |
( |
string |
itemName, |
|
|
float |
price, |
|
|
string |
currencyISO4217Code, |
|
|
Dictionary< string, object > |
customAttributes |
|
) |
| |
|
inlinestatic |
Posts the buy item event.
- Parameters
-
itemName | Item name. |
price | Price. |
currencyISO4217Code | Currency ISO 4217 code. |
customAttributes | Custom attributes. |
static void pyze.xamarin.android.PyzeEvents.PyzeInAppPurchaseRevenue.PostBuyItemUSD |
( |
string |
itemName, |
|
|
float |
price, |
|
|
Dictionary< string, object > |
customAttributes |
|
) |
| |
|
inlinestatic |
Posts the buy item usd event.
- Parameters
-
itemName | Item name. |
price | Price. |
customAttributes | Custom attributes. |
static void pyze.xamarin.android.PyzeEvents.PyzeInAppPurchaseRevenue.PostPriceListViewed |
( |
string |
appScreenRequestFromId, |
|
|
Dictionary< string, object > |
customAttributes |
|
) |
| |
|
inlinestatic |
Posts the price list viewed event.
- Parameters
-
appScreenRequestFromId | App screen request from identifier. |
customAttributes | Custom attributes. |
The documentation for this class was generated from the following file: