com.netmera.mobile.twitter
Class TwitterSession

java.lang.Object
  extended by com.netmera.mobile.twitter.TwitterSession

public class TwitterSession
extends java.lang.Object


Constructor Summary
TwitterSession()
           
 
Method Summary
static void clear(android.content.Context context)
           
static boolean restore(Twitter session, android.content.Context context)
           
static boolean save(Twitter session, android.content.Context context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwitterSession

public TwitterSession()
Method Detail

save

public static boolean save(Twitter session,
                           android.content.Context context)

restore

public static boolean restore(Twitter session,
                              android.content.Context context)

clear

public static void clear(android.content.Context context)