IntegrityManagerFactory

public class IntegrityManagerFactory
extends Object

java.lang.Объект
com.google.android.play.core.integrity.IntegrityManagerFactory


Создает экземпляры IntegrityManager .

Краткое содержание

Публичные методы

static IntegrityManager create ( Context applicationContext)

Создает классический диспетчер целостности.

static StandardIntegrityManager createStandard ( Context applicationContext)

Создает стандартный менеджер целостности.

Унаследованные методы

Публичные методы

создавать

public static IntegrityManager create (Context applicationContext)

Создает классический диспетчер целостности.

Параметры
applicationContext Context

Возврат
IntegrityManager

создать стандарт

public static StandardIntegrityManager createStandard (Context applicationContext)

Создает стандартный менеджер целостности.

Параметры
applicationContext Context

Возврат
StandardIntegrityManager