# IntegrityManagerFactory

<br />

```
public class IntegrityManagerFactory
```

<br />

*** ** * ** ***

Creates instances of[IntegrityManager](https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/IntegrityManager).

## Summary

|                                                                         ### Public methods                                                                         |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `static `[IntegrityManager](https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/IntegrityManager)                 | [create](https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/IntegrityManagerFactory#create(android.content.Context))`(`[Context](https://developer.android.com/reference/android/content/Context.html)` applicationContext)` Creates a Classic Integrity Manager.                  |
| `static `[StandardIntegrityManager](https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/StandardIntegrityManager) | [createStandard](https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/IntegrityManagerFactory#createStandard(android.content.Context))`(`[Context](https://developer.android.com/reference/android/content/Context.html)` applicationContext)` Creates a Standard Integrity Manager. |

## Public methods

### create

```
public static IntegrityManager create(Context applicationContext)
```

Creates a Classic Integrity Manager.  

### createStandard

```
public static StandardIntegrityManager createStandard(Context applicationContext)
```

Creates a Standard Integrity Manager.