Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

AndroidJNI.NewObjectArray

Switch to Manual
public static function NewObjectArray(size: int, clazz: IntPtr, obj: IntPtr): IntPtr;

Parameters

Description

Constructs a new array holding objects in class clazz. All elements are initially set to obj.