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.PushLocalFrame

static function PushLocalFrame(capacity: int): int;
static int PushLocalFrame(int capacity);
static def PushLocalFrame(capacity as int) as int

Description

Creates a new local reference frame, in which at least a given number of local references can be created.