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 may be configured at a time. In debug builds, assigning 2+ Google modules throws IllegalStateException. In release builds, only the first Google module is kept.