Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To directly interact with the card in the application (rather than in the SDK), please turn on the fullForward mode. To do so, simply call the setFullForward() API after having instantiated the Agnos object.

Ex:

Code Block
languagekotlin
private val agnos = Agnos(this)
agnos.setFullForward(true)

...