IntegrityManagerFactory
public
class
IntegrityManagerFactory
extends Object
java.lang.Object | |
↳ | com.google.android.play.core.integrity.IntegrityManagerFactory |
IntegrityManager
のインスタンスを作成します。
概要
パブリック メソッド | |
---|---|
static
IntegrityManager
|
create(Context applicationContext)
Classic Integrity Manager を作成します。 |
static
StandardIntegrityManager
|
createStandard(Context applicationContext)
Standard Integrity Manager を作成します。 |
継承されるメソッド | |
---|---|
パブリック メソッド
create
public static IntegrityManager create (Context applicationContext)
Classic Integrity Manager を作成します。
パラメータ | |
---|---|
applicationContext |
Context |
戻り値 | |
---|---|
IntegrityManager |
createStandard
public static StandardIntegrityManager createStandard (Context applicationContext)
Standard Integrity Manager を作成します。
Standard Integrity Manager はベータ版です。
パラメータ | |
---|---|
applicationContext |
Context |
戻り値 | |
---|---|
StandardIntegrityManager |