getInstance

fun getInstance(applicationContext: Context): StorytellerImaModule

Returns the process-wide shared IMA module.

applicationContext is accepted for parity with other optional Storyteller modules. The configuration facade does not retain it.


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

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

The supplied applicationContext is not retained.