public final class

PeripheralConfigManager

extends Object
java.lang.Object
   ↳ com.ardic.android.managers.peripheralconfig.PeripheralConfigManager

Class Overview


Provides IPeripheralConfigManager interface by calling getInterface(Context) method.

For Peripheral Configurations Management details, see IPeripheralConfigManager

Summary


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

Public Methods


public static IPeripheralConfigManager getInterface (Context context)

Added in API level 1

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

Parameters
context Context: Context of the application
Returns
IPeripheralConfigManager IPeripheralConfigManager