Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

AndroidJNI.GetSuperclass

public static IntPtr GetSuperclass(IntPtr clazz);

Description

If clazz represents any class other than the class Object, then this function returns the object that represents the superclass of the class specified by clazz.

If clazz specifies the class Object, or clazz represents an interface, this function returns NULL.

See Also: Java Native Interface Specification (Oracle)

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答