Versions Compared

Key

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

...

We use the term file import to refer to the Open with Share feature within Gini Bank SDK. From the point of view of the SDK, files are imported into the SDK from an outside source. It is unaware and can't set configuration related to enabling the client app to receive files via Android’s Share or Open with or Share functionality.

To enable file import, pass true to GiniBank.setCaptureConfiguration(CaptureConfiguration(fileImportEnabled = )). Additionally, your app should declare intent filters for receiving images and/or PDF files from other apps and then forward the incoming intent to Gini Bank SDK.

...