getNativeModule

abstract fun <T : NativeModule> getNativeModule(nativeModuleInterface: Class<T>): T?
abstract fun getNativeModule(moduleName: String): NativeModule?