Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

AndroidJNI.GetObjectArrayElement

static function GetObjectArrayElement(array: IntPtr, index: int): IntPtr;
static IntPtr GetObjectArrayElement(IntPtr array, int index);
static def GetObjectArrayElement(array as IntPtr, index as int) as IntPtr

Description

Returns an element of an Object array.