Companion

object Companion

Factory for keyed or shared StorytellerImaModule instances.

Functions

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

Returns the process-wide shared IMA module.

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

Returns a keyed IMA module, or the shared module when key is null.