com.baidu.sapi2.account
类 AccountStorage

java.lang.Object
  继承者 com.baidu.sapi2.account.AccountStorage

public class AccountStorage
extends Object

Account Information Storage. Use the JsonArray and File to store.

从以下版本开始:
1.0.0
版本:
1.0.0
作者:
DongJian

方法摘要
 boolean blockClear()
          Should not used in main thread.
 String blockReceive()
           
 boolean blockUpdate(String storageText)
          Should not used in main thread.
static AccountStorage getInstance(android.content.Context context)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getInstance

public static AccountStorage getInstance(android.content.Context context)

blockReceive

public String blockReceive()

blockUpdate

public boolean blockUpdate(String storageText)
Should not used in main thread.


blockClear

public boolean blockClear()
Should not used in main thread.



Copyright © 2013. All Rights Reserved.