Granify

object Granify

The entry point for all Granify SDK API methods.

Functions

Link copied to clipboard

Activates the Granify SDK and initiates communication with Granify's servers.

Link copied to clipboard

Clears the current shopper identifier.

Link copied to clipboard

Specifies a GranifyInlineView location in which to display inline widgets for testing purposes.

Link copied to clipboard

Register a callback provider for specifying group assignments when a new session is created.

Link copied to clipboard

Notifies Granify that the child site has changed.

Link copied to clipboard

Notifies Granify which specific product on a product page is currently selected.

Link copied to clipboard

Tells Granify to enter/exit a restricted state in which no campaign can be shown to the shopper. Note that this does not apply to inline campaigns, which will not be hidden while in a restricted state.

Link copied to clipboard
fun setShopperId(shopperId: String)

Notifies Granify of the current customer's unique identifier.

Link copied to clipboard
fun showCampaign(campaignId: String)

Requests that Granify show the specified campaign (or message) within this session.

Link copied to clipboard

Registers a callback handler to be notified when the Granify SDK has encountered an error it cannot resolve internally.

Link copied to clipboard

Registers a callback handler to be notified when a matching group has been assigned.

Link copied to clipboard

Registers a callback handler to be notified when a message is (or could have been) shown.

Link copied to clipboard

Notifies Granify of the contents of the shopper's cart.

Link copied to clipboard
fun trackOrder(details: Order)

Notifies Granify about completed purchases.

Link copied to clipboard
fun trackPageView(pageIdentifier: PageIdentifier, activity: FragmentActivity, navigator: Navigator, safeArea: SliderMargins? = null, scrollableView: ScrollableView? = null, pageRestrictionState: RestrictionState = RestrictionState.UNRESTRICTED)
fun trackPageView(pageIdentifier: PageIdentifier, activity: FragmentActivity, navigator: Navigator, safeArea: () -> SliderMargins?? = null, scrollableView: ScrollableView? = null, pageRestrictionState: RestrictionState = RestrictionState.UNRESTRICTED)

Tracks any changes to the active "page" or view that is displayed to the user in the application.

Link copied to clipboard
fun trackProduct(products: List<Product>, carter: Carter)

Notifies Granify about the products available on a product page.

Link copied to clipboard

Notifies Granify of the contents of the shopper's wish list.