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.

Public methods

static SplitInstallManager create(Context context)

Creates an instance of SplitInstallManager.

Inherited methods

boolean equals(Object arg0)
final Class<?> getClass()
int hashCode()
final void notify()
final void notifyAll()
String toString()
final void wait(long arg0, int arg1)
final void wait(long arg0)
final void wait()

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