Hi,
We try to implement correctly the new Transaction. subscribe method instead of deprecated transaction.listener.
But the doc is not updated with it:
val transaction = Transaction(mobileToken)
transaction.listener = this // this refers to Android's Activity
transaction.options.isTesting = true
transaction.options.useCertificatePinning = true
TransactionRegistry.startTransaction(this, transaction)
Do you have any example or sample project that use it?