AndroidJNI.NewLocalRef Manual     Reference     Scripting  
Scripting > Runtime Classes > AndroidJNI
AndroidJNI.NewLocalRef

static function NewLocalRef (obj : IntPtr) : IntPtr

Description

Creates a new local reference that refers to the same object as obj.

See Also: Java Native Interface Specification (Oracle)