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

AndroidJNI.NewObjectArray

public static IntPtr NewObjectArray(int size, IntPtr clazz, IntPtr obj);

Description

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

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答