ملخص:
  الطُرق
  
  | الطرق المكتسبة
مصنع IntegrityManager
  public
  
  
  
  class
  IntegrityManagerFactory
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.google.android.play.core.integrity.IntegrityManager يمكنها | 
تنشئ مثيلات من 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 | 
        |