The builder for creating an instance of ModuleInstallRequest.
|
Builder()
|
| ModuleInstallRequest.Builder |
addApi(OptionalModuleApi
api)
Adds an
OptionalModuleApi
so that the optional module required by this API can be installed.
|
| ModuleInstallRequest |
build()
Returns a new
ModuleInstallRequest object.
|
| ModuleInstallRequest.Builder |
setListener(InstallStatusListener
listener, Executor
executor)
Sets an
InstallStatusListener to the
ModuleInstallRequest.
|
| ModuleInstallRequest.Builder |
setListener(InstallStatusListener
listener)
Sets an
InstallStatusListener to the
ModuleInstallRequest.
|
Adds an OptionalModuleApi
so that the optional module required by this API can be installed.
Returns a new
ModuleInstallRequest object.
Sets an
InstallStatusListener to the
ModuleInstallRequest.
| listener | The
InstallStatusListener to receive
ModuleInstallStatusUpdate to monitor the progress of optional module
installation progress. |
|---|---|
| executor | The Executor
to use to call the listener. |
Sets an
InstallStatusListener to the
ModuleInstallRequest.
The listener will be called on the main thread.
| listener | The
InstallStatusListener to receive
ModuleInstallStatusUpdate to monitor the progress of optional module
installation progress. |
|---|