คำถามติดแท็ก android-annotations

5
คำอธิบายประกอบ Android NeedApi กับ TargetApi
อะไรคือความแตกต่างระหว่างRequiresApiและTargetApi? ตัวอย่างใน Kotlin: @RequiresApi(api = Build.VERSION_CODES.M) @TargetApi(Build.VERSION_CODES.M) class FingerprintHandlerM() : FingerprintManager.AuthenticationCallback() หมายเหตุ: FingerprintManager.AuthenticationCallbackต้องใช้ apiM หมายเหตุ 2: หากฉันไม่ใช้ผ้าสำลี TargetApi ล้มเหลวโดยมีข้อผิดพลาด class requires api level 23...
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.