Summary:
  Methods
  
  | Inherited Methods
SplitInstallManagerFactory
  public
  
  final
  
  class
  SplitInstallManagerFactory
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.google.android.play.core.splitinstall.SplitInstallManagerFactory | 
Creates instances of SplitInstallManager, which you use to request an on demand
 module.
Summary
| Public methods | |
|---|---|
| 
        
        
        static
        
        
        SplitInstallManager | 
      create(Context context)
      Creates an instance of  | 
| Inherited methods | |
|---|---|
Public methods
create
public static SplitInstallManager create (Context context)
Creates an instance of SplitInstallManager.
 
For more information and examples, see Request an on demand module.
| Parameters | |
|---|---|
| context | Context: the application Context for your app | 
| Returns | |
|---|---|
| SplitInstallManager | |
