Hello!
In our Gift Card app there is TransactionProcessorService.
We recieve event about payment and refund via IPoyntTransactionService.Stub. When we do refund we also get IPoyntTransactionServiceListener listener. As we need to inut additional information we try to show Activity through listener.onLaunchActivity, but unsuccessfull.
But while we do payment - there is no issue with this activity.
So why this popup does not show when we do refund? Or is there issue with IPoyntTransactionServiceListener?
thank you