Skip to content

UI Components usage

Ugljesa Jovanovic edited this page Mar 27, 2019 · 1 revision
/**
     * Let payment SDK handle data using built-in UI components
     *
     * @param activity the activity context to launch from. If activity is null, a new task will be created
     * @param specificPaymentMethodType skip payment method chooser and immediately show specific type entry UI
     * @returnstring string representing aliasId
     */
    fun registerPaymentMehodUsingUi(activity : Activity? = null, specificPaymentMethodType: PaymentMethodType? = null) : Single<String>

TO BE CONTINUED