Olo Pay API
Represents the Olo Pay API and functionality related to it
Important:
Prior to calling methods in this class be sure to initialize the SDK by calling OloPayApiInitializer.setup
See also
com. olo. olopay. api. Olo Pay Api Initializer
Use this class to initialize the Olo Pay SDK
Constructors
Functions
create Payment Method
Link copied to clipboard
open suspend override fun createPaymentMethod(context: Context, params: IPaymentMethodParams?): IPaymentMethod
Content copied to clipboard
Creates a IPaymentMethod instance with the provided parameters
open override fun createPaymentMethod(context: Context, params: IPaymentMethodParams?, callback: ApiResultCallback<IPaymentMethod?>)
Content copied to clipboard
Creates a PaymentMethod instance with the provided parameters and returns it via callback.