getSourceApplicationContext

Return the original source ApplicationContext.

Return

the source application context

Throws

if the source context failed to start


abstract fun <T : C?> getSourceApplicationContext(requiredType: Class<T>): T

Return the original source ApplicationContext, casting it to the requested type.

Return

the source application context

Parameters

<T>

the context type

requiredType

the required context type

Throws

if the source context failed to start