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.