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)

建立傳統版完整性管理工具。

參數
applicationContext Context

傳回
IntegrityManager

createStandard

public static StandardIntegrityManager createStandard (Context applicationContext)

建立 Standard Integrity Manager。

參數
applicationContext Context

傳回
StandardIntegrityManager