public final class

AppGeneralManager

extends Object
java.lang.Object
   ↳ com.ardic.android.managers.appgeneral.AppGeneralManager

Class Overview

Provides IAppGeneralManager interface by calling getInterface(Context) method.

For Application general operations details, see IAppGeneralManager

Summary

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

Public Methods

public static IAppGeneralManager getInterface (Context context)

Added in API level 1

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

Parameters
context Context: Context of the application
Returns
IAppGeneralManager IAppGeneralManager