| java.lang.Object | |
| ↳ | com.ardic.android.managers.ota.OtaManager |
Provides IOtaManager interface by calling getInterface(Context) method.
For OTA Management details, see IOtaManager
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the global
IOtaManager instance, creating it if it doesn't already exist. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Retrieve the global IOtaManager instance, creating it if it doesn't already exist.
| Parameters | |
|---|---|
context |
Context:
Context of the application |
| Returns | |
|---|---|
IOtaManager |
IOtaManager
|