Skip to content

Documentation use deprecated transaction.listener #28

@Kevinrob

Description

@Kevinrob

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions