Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
IntegrityManagerFactory
public
class
IntegrityManagerFactory
extends Object
java.lang.Object |
↳ |
com.google.android.play.core.integrity.IntegrityManagerFactory
|
Tạo các bản sao của IntegrityManager
.
Tóm tắt
Phương thức kế thừa |
Từ loại
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Phương thức công khai
create
public static IntegrityManager create (Context applicationContext)
Tạo một Trình quản lý tính toàn vẹn kiểu cũ.
Tham số |
applicationContext |
Context |
createStandard
public static StandardIntegrityManager createStandard (Context applicationContext)
Tạo một Trình quản lý tính toàn vẹn tiêu chuẩn.
Tham số |
applicationContext |
Context |
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2025-07-27 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-27 UTC."],[],[],null,["# IntegrityManagerFactory\n\nSummary: [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \n\nIntegrityManagerFactory\n=======================\n\n\n`\npublic\n\n\nclass\nIntegrityManagerFactory\n`\n\n\n`\n\nextends `[Object](https://developer.android.com/reference/java/lang/Object.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|----------------------------------------------------------------|\n| [java.lang.Object](https://developer.android.com/reference/java/lang/Object.html) ||\n| ↳ | com.google.android.play.core.integrity.IntegrityManagerFactory |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nCreates instances of [IntegrityManager](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityManager.html).\n\nSummary\n-------\n\n| ### Public methods ||\n|-------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` static `[IntegrityManager](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityManager.html) | ` `[create](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityManagerFactory.html#create(android.content.Context))`(`[Context](https://developer.android.com/reference/android/content/Context.html)` applicationContext) ` Creates a Classic Integrity Manager. |\n| ` static `[StandardIntegrityManager](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.html) | ` `[createStandard](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityManagerFactory.html#createStandard(android.content.Context))`(`[Context](https://developer.android.com/reference/android/content/Context.html)` applicationContext) ` Creates a Standard Integrity Manager. |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` `[java.lang.Object](https://developer.android.com/reference/java/lang/Object.html)` ` |-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| | ` boolean` | ` equals(`[Object](https://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` final `[Class](https://developer.android.com/reference/java/lang/Class.html)`\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` `[String](https://developer.android.com/reference/java/lang/String.html) | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n\nPublic methods\n--------------\n\n### create\n\n```\npublic static IntegrityManager create (Context applicationContext)\n```\n\nCreates a Classic Integrity Manager.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|----------------------|------------------|\n| `applicationContext` | `Context` \u003cbr /\u003e |\n\n| Returns ||\n|-----------------------------------------------------------------------------------------------------------------|--------|\n| [IntegrityManager](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityManager.html) | \u003cbr /\u003e |\n\n### createStandard\n\n```\npublic static StandardIntegrityManager createStandard (Context applicationContext)\n```\n\nCreates a Standard Integrity Manager.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|----------------------|------------------|\n| `applicationContext` | `Context` \u003cbr /\u003e |\n\n| Returns ||\n|---------------------------------------------------------------------------------------------------------------------------------|--------|\n| [StandardIntegrityManager](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.html) | \u003cbr /\u003e |"]]