- sendAddToCart(String, int) - Method in class com.zaius.androidsdk.Zaius
-
Send an add to cart event, which is a kind of product event.
- sendDetail(String) - Method in class com.zaius.androidsdk.Zaius
-
Send a detail event, which is a kind of product event.
- sendEvent(ZaiusEvent) - Method in class com.zaius.androidsdk.Zaius
-
Queue the given event to be sent to its associated endpoint.
- sendRemoveFromCart(String, int) - Method in class com.zaius.androidsdk.Zaius
-
Send a remove from cart event, which is a kind of product event.
- setAdvertisingId(String) - Method in class com.zaius.androidsdk.Zaius
-
Removes the previous advertising ID and sets a new one both here and in preferences.
- setCustomerId(String) - Method in class com.zaius.androidsdk.Zaius
-
Set the customer ID.
- shipping(double) - Method in class com.zaius.androidsdk.ZaiusOrder
-
Set the shipping amount for this order.
- sku(String) - Method in class com.zaius.androidsdk.ZaiusOrder.Item
-
Set the SKU of the ordered item.
- start(Context, String, String, ZaiusConfig) - Static method in class com.zaius.androidsdk.Zaius
-
Initialize Zaius SDK for token / push activity tracking.
- subtotal(double) - Method in class com.zaius.androidsdk.ZaiusOrder.Item
-
Set the subtotal for the item.
- subtotal(double) - Method in class com.zaius.androidsdk.ZaiusOrder
-
Set the subtotal for this order.