Companion

object Companion

Factory for StorytellerGamVastModule instances.

Functions

Link copied to clipboard
fun getInstance(applicationContext: Context): StorytellerGamVastModule

Returns the shared singleton instance of StorytellerGamVastModule.

fun getInstance(applicationContext: Context, enableDebugLogging: Boolean): StorytellerGamVastModule

Returns the shared singleton instance of StorytellerGamVastModule and updates verbose VAST diagnostics logging.

fun getInstance(applicationContext: Context, key: String?): StorytellerGamVastModule

Returns a keyed, or shared when key is null, singleton instance of StorytellerGamVastModule.

fun getInstance(applicationContext: Context, key: String?, enableDebugLogging: Boolean): StorytellerGamVastModule

Returns a keyed singleton instance of StorytellerGamVastModule and updates verbose VAST diagnostics logging.