AndroidJNI.EnsureLocalCapacity
static function EnsureLocalCapacity(capacity: int): int;
static int EnsureLocalCapacity(int capacity);
static def EnsureLocalCapacity(capacity as int) as int
Description

Ensures that at least a given number of local references can be created in the current thread.