public interface

PurchasePathListener

com.usebutton.sdk.purchasepath.PurchasePathListener

Class Overview

Purchase Path request callback interface invoked on completion.

Summary

Public Methods
abstract void onComplete(PurchasePath purchasePath, Throwable throwable)
Callback that returns either a valid PurchasePath object that can be started or a Throwable error.

Public Methods

public abstract void onComplete (PurchasePath purchasePath, Throwable throwable)

Callback that returns either a valid PurchasePath object that can be started or a Throwable error.

Parameters
purchasePath Purchase Path that can be started on a successful response or null if an error is encountered.
throwable null on a successful response or error if one was encountered.