ModuleInstallResponse

public class ModuleInstallResponse implements Parcelable


Response returned from installModules which includes an integer session id that is corresponding to a unique install request.

Summary

Public fields

final int

Public methods

boolean

Returns true if the requested modules are already installed, false otherwise.

int

Returns the session id corresponding to the ModuleInstallRequest sent in installModules.

void
writeToParcel(Parcel parcel, int i)

Inherited Constants

From android.os.Parcelable
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int

Constants

CREATOR

public static final Parcelable.Creator<ModuleInstallResponseCREATOR

Public fields

sessionId

public final int sessionId

Public methods

areModulesAlreadyInstalled

public boolean areModulesAlreadyInstalled()

Returns true if the requested modules are already installed, false otherwise.

getSessionId

public int getSessionId()

Returns the session id corresponding to the ModuleInstallRequest sent in installModules. A session id of 0 indicates that the optional modules are already installed.

writeToParcel

public void writeToParcel(Parcel parcel, int i)