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#
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答