toggle menu
KAHelpers
androidJvm
switch theme
search in API
reflection
/
dev.funkymuse.reflection
/
callMethod
call
Method
fun
Any
.
callMethod
(
methodName
:
String
,
parameterTypes
:
Array
<
Class
<
*
>
>
,
parameters
:
Array
<
Any
>
)
:
Any
?
Direct call a function of an object
Return
Parameters
object
method
Name
parameter
Types
parameters
Throws
No
Such
Method
Exception
Security
Exception
Illegal
Access
Exception
Illegal
Argument
Exception
Invocation
Target
Exception