컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
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 |
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","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(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 |"]]