pub unsafe fn load_class_method_table(api_level: InitLevel)Expand description
ยงSafety
- Must be called from the main thread.
- The interface must have been initialized with
initializebefore calling this function. - Must only be called once for each
api_level.