willDisplay

abstract fun willDisplay(instructions: BannerInstructions): BannerInstructions

Listener tied to BannerInstructions that are about to be displayed.

To prevent the given BannerInstructions from being displayed, you can return nulland it will be ignored.

Return

instructions to be displayed; null if should be ignored

Parameters

instructions

about to be displayed