modules

var modules: List<StorytellerModule>

A list of StorytellerModule instances for integrating with ad providers like GAM. This list should be set before initializing the Storyteller SDK.

Important: At most one Google ad module and one IMA module may be configured at a time. In debug builds, assigning duplicates throws IllegalStateException. In release builds, only the first module of each capability is kept.