Companion

object Companion

Factory for StorytellerVastModule instances.

Functions

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

Returns the shared singleton instance of StorytellerVastModule.

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

Returns the shared singleton instance of StorytellerVastModule and updates verbose logging.

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

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

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

Returns a keyed singleton instance of StorytellerVastModule and updates verbose logging.