public final class

AfexAdminManager

extends Object
java.lang.Object
   ↳ com.ardic.android.managers.afexadmin.AfexAdminManager

Class Overview

Provides IAfexAdminManager interface by calling getInterface(Context) method.

For Afex Admin details, see IAfexAdminManager

Summary

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

Public Methods

public static IAfexAdminManager getInterface (Context context)

Added in API level 1

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

Parameters
context Context: Context of the application
Returns
IAfexAdminManager IAfexAdminManager