AndroidJavaObject.AndroidJavaObjectstatic function AndroidJavaObject (className : String, params args : object[]) : AndroidJavaObjectParameters
DescriptionConstruct an AndroidJavaObject based on the name of the class. This essentially means locate the class type, allocate an object and run the specified constructor. // Create a java.lang.String object holding the string "some string". // Inner (nested) classes must use /$ separators.
|
