public final class

OtaManager

extends Object
java.lang.Object
   ↳ com.ardic.android.managers.ota.OtaManager

Class Overview

Provides IOtaManager interface by calling getInterface(Context) method.

For OTA Management details, see IOtaManager

Summary

Public Methods
static IOtaManager getInterface(Context context)
Retrieve the global IOtaManager instance, creating it if it doesn't already exist.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static IOtaManager getInterface (Context context)

Added in API level 1

Retrieve the global IOtaManager instance, creating it if it doesn't already exist.

Parameters
context Context: Context of the application
Returns
IOtaManager IOtaManager