Hi Guys,
Could someone please tell me where I can find the Complete Reference to all the Reflection/Java methods available?
For example the below code used the 'performClick' method, where do I find a list of all these methods?
Thank you very much for your time,
Regards,
Jacques.
Could someone please tell me where I can find the Complete Reference to all the Reflection/Java methods available?
For example the below code used the 'performClick' method, where do I find a list of all these methods?
B4X:
Dim policy As JavaObject
Try
policy = SpinConductorOAcompanante
policy = policy.RunMethodJO("performClick", Null)
Catch
Log(LastException)
End Try
Thank you very much for your time,
Regards,
Jacques.