sumup

  1. Lucas Siqueira

    Android Question Help implementation java inline or javaObject

    I'm trying to implement the following code using inline java, but without success... how can I implement SumUpAPI.openLoginActivity using inline java or javaObject? what should I replace in place of MainActivity.this ? cut code: import android.app.Activity; import android.content.Intent...
  2. Lucas Siqueira

    Android Question Gradle Dependencies Online https://maven.sumup.com/releases

    I'm trying to integrate with the sumup solo machine. in the documentation (https://github.com/sumup/sumup-android-sdk/tree/master) talks about dependencies: 1. Dependency Add the repository to your gradle dependencies: allprojects { repositories { maven { url...
  3. walterf25

    Java Question Help (SumUp SDK Library Wrapper)

    Hi All, i am working on wrapping a library for a client, the jar file and xml file compile just fine, i have copied both files to my /additionallibraries folder but when I run an example app to test the library i get the following errors: I have copied the merchan-sdk-3.2.2.aar file to the...
Top