PyzeUnity.IPyzeCommerceWishList Interface Reference
PyzeCommerceWishList used to post details of the events related to wish list. More...
Public Member Functions | |
void | PostCreated (string uniqueWishListId, string wishListType, Dictionary< string, object > customAttributes) |
Posts the created event. More... | |
void | PostBrowsed (string uniqueWishListId, Dictionary< string, object > customAttributes) |
Posts the browsed event. More... | |
void | PostAddedItem (string uniqueWishListId, string itemCategory, string itemId, Dictionary< string, object > customAttributes) |
Posts the added item event. More... | |
void | PostRemovedItem (string uniqueWishListId, string itemCategory, string itemId, Dictionary< string, object > customAttributes) |
Posts the removed item event. More... | |
void | PostShared (string uniqueWishListId, Dictionary< string, object > customAttributes) |
Posts the shared event. More... | |
Detailed Description
PyzeCommerceWishList used to post details of the events related to wish list.
Member Function Documentation
void PyzeUnity.IPyzeCommerceWishList.PostAddedItem | ( | string | uniqueWishListId, |
string | itemCategory, | ||
string | itemId, | ||
Dictionary< string, object > | customAttributes | ||
) |
Posts the added item event.
- Parameters
-
uniqueWishListId Unique wish list identifier. itemCategory Item category. itemId Item identifier. customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
void PyzeUnity.IPyzeCommerceWishList.PostBrowsed | ( | string | uniqueWishListId, |
Dictionary< string, object > | customAttributes | ||
) |
Posts the browsed event.
- Parameters
-
uniqueWishListId Unique wish list identifier. customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
void PyzeUnity.IPyzeCommerceWishList.PostCreated | ( | string | uniqueWishListId, |
string | wishListType, | ||
Dictionary< string, object > | customAttributes | ||
) |
Posts the created event.
- Parameters
-
uniqueWishListId Unique wish list identifier. wishListType Wish list type. customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
void PyzeUnity.IPyzeCommerceWishList.PostRemovedItem | ( | string | uniqueWishListId, |
string | itemCategory, | ||
string | itemId, | ||
Dictionary< string, object > | customAttributes | ||
) |
Posts the removed item event.
- Parameters
-
uniqueWishListId Unique wish list identifier. itemCategory Item category. itemId Item identifier. customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
void PyzeUnity.IPyzeCommerceWishList.PostShared | ( | string | uniqueWishListId, |
Dictionary< string, object > | customAttributes | ||
) |
Posts the shared event.
- Parameters
-
uniqueWishListId Unique wish list identifier. 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