TP-75075 | Is initialized for UI tron sdk manager (#521)
This commit is contained in:
@@ -24,4 +24,11 @@ object UiTronSdkManager {
|
||||
fun isModifierBuilderEnabled(): Boolean {
|
||||
return uiTronDependencyProvider.getUiTronConfig().enableBuildModifier ?: false
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns whether the SDK has been initialized.
|
||||
*
|
||||
* @return `true` if the SDK is initialized, `false`otherwise.
|
||||
*/
|
||||
fun isInitialized(): Boolean = ::uiTronDependencyProvider.isInitialized
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user