PyzeUnity.IPyzeCommerceCheckout Interface Reference
PyzeCommerceCheckout used to post details of the events related to Item checkout. More...
Public Member Functions | |
void | PostCheckoutStarted (Dictionary< string, object > customAttributes) |
Posts the checkout started event. More... | |
void | PostCheckoutCompleted (Dictionary< string, object > customAttributes) |
Posts the checkout completed event. More... | |
void | PostCheckoutAbanadoned (Dictionary< string, object > customAttributes) |
Posts the checkout abanadoned event. More... | |
void | PostCheckoutFailed (Dictionary< string, object > customAttributes) |
Posts the checkout failed event. More... | |
Detailed Description
PyzeCommerceCheckout used to post details of the events related to Item checkout.
Member Function Documentation
void PyzeUnity.IPyzeCommerceCheckout.PostCheckoutAbanadoned | ( | Dictionary< string, object > | customAttributes | ) |
Posts the checkout abanadoned event.
- Parameters
-
customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
void PyzeUnity.IPyzeCommerceCheckout.PostCheckoutCompleted | ( | Dictionary< string, object > | customAttributes | ) |
Posts the checkout completed event.
- Parameters
-
customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
void PyzeUnity.IPyzeCommerceCheckout.PostCheckoutFailed | ( | Dictionary< string, object > | customAttributes | ) |
Posts the checkout failed event.
- Parameters
-
customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
void PyzeUnity.IPyzeCommerceCheckout.PostCheckoutStarted | ( | Dictionary< string, object > | customAttributes | ) |
Posts the checkout started event.
- Parameters
-
customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
The documentation for this interface was generated from the following file:
- src/PyzeExterns.cs