ModuleInstallResponse

public class ModuleInstallResponse extends Object
implements Parcelable

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

Inherited Constant Summary

Field Summary

public static final Creator<ModuleInstallResponse> CREATOR

Public Method Summary

boolean
areModulesAlreadyInstalled()
Returns true if the requested modules are already installed, false otherwise.
int
void
writeToParcel(Parcel parcel, int i)

Inherited Method Summary

Fields

public static final Creator<ModuleInstallResponse> CREATOR

Public Methods

public boolean areModulesAlreadyInstalled ()

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

public int getSessionId ()

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

public void writeToParcel (Parcel parcel, int i)