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

static function GetBooleanField (obj : IntPtr, fieldID : IntPtr) : boolean

Description

This function returns the value of an instance (nonstatic) field of an object.

See Also: Java Native Interface Specification (Oracle)