Versions Compared

Key

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

...

Code Block
languagekotlin
val customHelpItems: MutableList<HelpItem.Custom> = ArrayList()

customHelpItems.add(
    HelpItem.Custom(
        R.string.custom_help_screen_title,
        Intent(this, CustomHelpActivity::class.java)
    )
)

GiniBank.setCaptureConfiguration(
    CaptureConfiguration(
        customHelpItems = customHelpItems
    )
)

...

UI

...

customisation

Figma for confluence lite
nodeUrlhttps://www.figma.com/file/EGcvSspecqVSU51rQ2FWZk/Android-Gini-Bank-SDK-3.6.0-UI-Customisation?type=design&node-id=9-4645&mode=design&t=3H6FA1gUfotmxzQp-0
height1000px

...