Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
IntegrityManagerFactory
public
class
IntegrityManagerFactory
extends Object
java.lang.Object
|
↳ |
com.google.android.play.core.integrity.IntegrityManagerFactory,
|
Tworzy instancje instancji IntegrityManager
.
Podsumowanie
Metody dziedziczone |
Z zajęć
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()
|
|
Metody publiczne
utwórz
public static IntegrityManager create (Context applicationContext)
Tworzy klasycznego menedżera integralności.
Parametry |
applicationContext |
Context |
CreateStandard
public static StandardIntegrityManager createStandard (Context applicationContext)
Tworzy standardowego menedżera integralności.
Parametry |
applicationContext |
Context |
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-27 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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 |"]]