透過集合功能整理內容
你可以依據偏好儲存及分類內容。
IntegrityManagerFactory
public
class
IntegrityManagerFactory
extends Object
java.lang.Object |
↳ |
com.google.android.play.core.integrity.IntegrityManagerFactory
|
建立 IntegrityManager
的例項。
摘要
繼承方法 |
來自類別:
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()
|
|
公用方法
create
public static IntegrityManager create (Context applicationContext)
建立傳統完整性管理工具。
參數 |
applicationContext |
Context |
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-07-27 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-27 (世界標準時間)。"],[],[],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 |"]]