cn.com.mma.mobile.tracking.api
Class OpenUDID_manager

java.lang.Object
  extended by cn.com.mma.mobile.tracking.api.OpenUDID_manager

public class OpenUDID_manager
extends java.lang.Object


Field Summary
static java.lang.String PREF_KEY
           
static java.lang.String PREFS_NAME
           
static java.lang.String TAG
           
 
Method Summary
static java.lang.String getOpenUDID()
          The Method to call to get cn.com.mma.mobile.tracking.openudid
static boolean isInitialized()
          The Method to call to get cn.com.mma.mobile.tracking.openudid
 void onServiceConnected(ComponentName className, IBinder service)
           
 void onServiceDisconnected(ComponentName className)
           
static void sync(Context context)
          The Method the call at the init of your app
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREF_KEY

public static final java.lang.String PREF_KEY
See Also:
Constant Field Values

PREFS_NAME

public static final java.lang.String PREFS_NAME
See Also:
Constant Field Values

TAG

public static final java.lang.String TAG
See Also:
Constant Field Values
Method Detail

onServiceConnected

public void onServiceConnected(ComponentName className,
                               IBinder service)

onServiceDisconnected

public void onServiceDisconnected(ComponentName className)

getOpenUDID

public static java.lang.String getOpenUDID()
The Method to call to get cn.com.mma.mobile.tracking.openudid

Returns:
the cn.com.mma.mobile.tracking.openudid

isInitialized

public static boolean isInitialized()
The Method to call to get cn.com.mma.mobile.tracking.openudid

Returns:
the cn.com.mma.mobile.tracking.openudid

sync

public static void sync(Context context)
The Method the call at the init of your app

Parameters:
context - you current context