IntegrityManagerFactory

public class IntegrityManagerFactory
extends Object

java.lang.Object,
com.google.android.play.core.integrity.IntegrityManagerFactory


Tworzy instancje IntegrityManager.

Podsumowanie

Metody publiczne

static IntegrityManager create(Context applicationContext)

Tworzy klasycznej wersji menedżera integralności.

static StandardIntegrityManager createStandard(Context applicationContext)

Tworzy standardowego menedżera integralności.

Metody dziedziczone

Metody publiczne

utwórz

public static IntegrityManager create (Context applicationContext)

Tworzy klasycznej wersji menedżera integralności.

Parametry
applicationContext Context

Zwroty
IntegrityManager

CreateStandard

public static StandardIntegrityManager createStandard (Context applicationContext)

Tworzy standardowego menedżera integralności.

Parametry
applicationContext Context

Zwroty
StandardIntegrityManager