ModuleInstallResponse

public classModuleInstallResponseextendsObject
implementsParcelable

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 finalCreator<ModuleInstallResponse> CREATOR

Public Method Summary

boolean
areModulesAlreadyInstalled()
Returnstrueif the requested modules are already installed, falseotherwise.
int
void
writeToParcel(Parcelparcel, int i)

Inherited Method Summary

Fields

public static finalCreator<ModuleInstallResponse> CREATOR

Public Methods

public booleanareModulesAlreadyInstalled()

Returnstrueif the requested modules are already installed, falseotherwise.

public intgetSessionId()

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

public voidwriteToParcel(Parcelparcel, int i)