Versions Compared

Key

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

...

The following code snippet shows how to configure the entry point:

Code Block
languagekotlinjava
GiniCapture.newInstance()
  .setEntryPoint(EntryPoint.FIELD) // Default is EntryPoint.BUTTON
  (...)
  .build()

...