braze-android-sdk
Toggle table of contents
42.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
braze-android-sdk
braze-android-sdk
/
com.braze.support
/
ReflectionUtils
/
getMethodQuietly
get
Method
Quietly
release
@
JvmStatic
fun
getMethodQuietly
(
clazz
:
Class
<
*
>
,
methodName
:
String
,
vararg
parameterTypes
:
Class
<
*
>
?
)
:
Method
?
@
JvmStatic
fun
getMethodQuietly
(
className
:
String
,
methodName
:
String
,
vararg
parameterTypes
:
Class
<
*
>
?
)
:
Method
?