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.GetStaticMethodID

static function GetStaticMethodID(clazz: IntPtr, name: string, sig: string): IntPtr;
static IntPtr GetStaticMethodID(IntPtr clazz, string name, string sig);
static def GetStaticMethodID(clazz as IntPtr, name as string, sig as string) as IntPtr

Description

Returns the method ID for a static method of a class.