BannerInstructionsListener

interface BannerInstructionsListener

This listener will be triggered when a BannerInstructions is about to be displayed.

The listener gives you the option to override any values and pass as the return value, which will be the value used for the banner instructions.

Functions

willDisplay
Link copied to clipboard
abstract fun willDisplay(instructions: BannerInstructions): BannerInstructions
Listener tied to BannerInstructions that are about to be displayed.