com.baidu.sapi2
类 SapiContext
java.lang.Object
com.baidu.sapi2.SapiContext
public class SapiContext
- extends Object
Created with IntelliJ IDEA.
User: xulingzhi
Date: 13-8-12
Time: 下午3:11
To change this template use File | Settings | File Templates.
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGINMODE_NORMAL
public static final int LOGINMODE_NORMAL
- 另请参见:
- 常量字段值
LOGINMODE_EMAIL
public static final int LOGINMODE_EMAIL
- 另请参见:
- 常量字段值
TAB_NORMAL
public static final int TAB_NORMAL
- 另请参见:
- 常量字段值
TAB_PHONE
public static final int TAB_PHONE
- 另请参见:
- 常量字段值
context
protected android.content.Context context
system
protected android.content.SharedPreferences system
getInstance
public static SapiContext getInstance(android.content.Context context)
getLastLoginType
public int getLastLoginType()
setLastLoginType
public void setLastLoginType(int loginType)
getLastLoginAccount
public String getLastLoginAccount()
setLastLoginAccount
public void setLastLoginAccount(String account)
getLastLoginUsername
public String getLastLoginUsername()
setLastLoginUsername
public void setLastLoginUsername(String username)
getLastLoginPhone
public String getLastLoginPhone()
setLastLoginPhone
public void setLastLoginPhone(String phone)
setLoginMode
public void setLoginMode(int loginMode)
getLoginMode
public int getLoginMode()
setTabDefault
public void setTabDefault(int tab)
getTabDefault
public int getTabDefault()
setFirstTabText
public void setFirstTabText(String firstTabText)
getFirstTabText
public String getFirstTabText()
setAccountTitle
public void setAccountTitle(String accountTitle)
getAccountTitle
public String getAccountTitle()
setAccountPlaceholder
public void setAccountPlaceholder(String accountPlaceholder)
getAccountPlaceholder
public String getAccountPlaceholder()
getFastRegSMSNumber
public String getFastRegSMSNumber()
setFastRegSMSNumber
public void setFastRegSMSNumber(String fastRegSMSNumber)
Copyright © 2013. All Rights Reserved.