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

Returns the method ID for an instance (nonstatic) method of a class or interface.