Reflection Utils
object ReflectionUtils
Internal class. Do not use.
Functions
Link copied to clipboard
Link copied to clipboard
fun doesMethodExist(className: String, methodName: String, vararg parameterTypes: Class<*>?): Boolean
Checks if the provided className & method exists on the classpath. Note that the provided class should most likely be present in the consumer proguard rules in order for this check to work in obfuscated environments!
Link copied to clipboard
Link copied to clipboard