IntegrityManagerFactory

public class IntegrityManagerFactory
extends Object

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


创建 IntegrityManager 的实例。

总结

公共方法

static IntegrityManager create(Context applicationContext)

创建一个传统完整性管理器。

static StandardIntegrityManager createStandard(Context applicationContext)

创建一个标准完整性管理器。

继承的方法

公共方法

create

public static IntegrityManager create (Context applicationContext)

创建一个传统完整性管理器。

参数
applicationContext Context

返回
IntegrityManager

createStandard

public static StandardIntegrityManager createStandard (Context applicationContext)

创建一个标准完整性管理器。

参数
applicationContext Context

返回
StandardIntegrityManager