Sure, here it is:
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
Get (Intent) Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=eu.dgc.sumuptest/.main }
** Activity (main) Pause event (activity is not paused). **
** Activity (paymentresult) Create, isFirst = true **
** Activity (paymentresult) Resume **
(Intent) Intent { act=eu.dgc.sumuptest.paymentresult cmp=eu.dgc.sumuptest/.paymentresult (has extras) }
Transaction failed.
SumUp-Answer: Transaction failed.
mainpage
** Activity (paymentresult) Pause, UserClosed = true **
java.lang.Exception: Sub abc_suresult signature does not match expected signature.
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:215)
at anywheresoftware.b4a.keywords.Common$11.run(Common.java:1178)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7642)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:503)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
What I am doing is a porting to B4xPages of an
existing demo project using SumUp API.
No problem to export the whole project (that is intended to go to the original thread anyway)