Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.