Function captureTransaction

  • When you use capture = false at the makeTransaction method you need to call this method in order to "capture" the transaction hence confirming the money.

    Since

    0.1.7

    Parameters

    • transactionAtk: String

      Transaction Initiator Key - ATK

    • dialogMessage: null | String = null

      Default UI dialog main message.

    • dialogTitle: null | String = null

      Default UI dialog title.

    • useDefaultUI: boolean = true

      Wheter to use Stone's default progress dialog or not.

    • progressCallbackEventName: ProgressEventName = 'CAPTURE_TRANSACTION_PROGRESS'

      The native event name to map with the useNativeEventListener hook.

    Returns Promise<TransactionType>