AndroidJNI.GetFieldID
static function GetFieldID(clazz: IntPtr, name: string, sig: string): IntPtr;
static IntPtr GetFieldID(IntPtr clazz, string name, string sig);
static def GetFieldID(clazz as IntPtr, name as string, sig as string) as IntPtr
Description

Returns the field ID for an instance (nonstatic) field of a class.