Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AndroidJavaObject Constructor

public AndroidJavaObject(string className, params object[] args);

Parameters

classNameSpecifies the Java class name (e.g. "java.lang.String" or "java/lang/String").
argsAn array of parameters passed to the constructor.

Description

Construct an AndroidJavaObject based on the name of the class.

This essentially means locate the class type, allocate an object and run the specified constructor.

no example available in C#
no example available in C#

Did you find this page useful? Please give it a rating: