1. Why are these APIs unpublicized? You can usually find the unpublicized APIs in four ways: APIs are written in SDK document, but marked as “Published Partner” or “Internal”. APIs are declared in header file with corresponding linkable library, but not documented. APIs are dumped from linkable library, but nowhere declared. APIs are exported from [...]