get_class_hierarchy
Retrieve the inheritance hierarchy of an Android class to understand its superclass and implemented interfaces within the Android framework.
Instructions
Get the inheritance hierarchy (superclass and interfaces) for a class.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |