com.adjust.sdk
Class Util

java.lang.Object
  extended by com.adjust.sdk.Util

public class Util
extends Object

Collects utility functions used by Adjust.


Constructor Summary
Util()
           
 
Method Summary
protected static String createUuid()
           
static String dateFormat(long date)
           
protected static String getAndroidId(android.content.Context context)
           
protected static String getAttributionId(android.content.Context context)
           
static String getGpsAdid(android.content.Context context)
           
protected static String getMacAddress(android.content.Context context)
           
protected static String getUserAgent(android.content.Context context)
           
protected static String loadAddress(String interfaceName)
           
protected static String md5(String text)
           
static String quote(String string)
           
protected static String sha1(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

getUserAgent

protected static String getUserAgent(android.content.Context context)

createUuid

protected static String createUuid()

getMacAddress

protected static String getMacAddress(android.content.Context context)

loadAddress

protected static String loadAddress(String interfaceName)

getAndroidId

protected static String getAndroidId(android.content.Context context)

getAttributionId

protected static String getAttributionId(android.content.Context context)

sha1

protected static String sha1(String text)

md5

protected static String md5(String text)

quote

public static String quote(String string)

dateFormat

public static String dateFormat(long date)

getGpsAdid

public static String getGpsAdid(android.content.Context context)


Copyright © 2014. All Rights Reserved.