로봇 작동 클래스 - ClientSDK 서비스:

3440 단어

속성:

//  ID
public String LDTUid;
//  
public String LDTUserName;
//  
public String LDTUserHeader;
//  
public int LDTUserLevet;
//  
public static bool LDTLogined;

방법:


ClientSDK 객체 가져오기:GetClientSdkInstance

/// 
///  ClientSDK 
/// 
///  
///  token
/// 
ClientSdk GetClientSdkInstance(IBundle bundle, String token)

플러그인 구성 저장: ClientSetConfigs

/// 
///  
/// 
/// 
/// 
/// 
void ClientSetConfigs(String key, JsonObject configs, Action callback = null)

비동기식 가져오기 플러그인 구성: ClientGetConfigs

/// 
///  
/// 
/// 
/// 
void ClientGetConfigs(String key, Action callback)

플러그인 구성 가져오기 동기화: ClientDbQuerySync

/// 
///  
/// 
/// 
/// 
/// 
JsonObject ClientDbQuerySync(string sql, AutoResetEvent resetEvent)

플러그인 데이터베이스 작업: ClientDbQuery

/// 
///  
/// 
/// 
/// 
void ClientDbQuery(string sql, Action callback)

플러그인 데이터베이스 작업: ClientDbExecute

/// 
///  
/// 
/// 
/// 
void ClientDbExecute(string sql, Action callback)

포인트 증가/감소: CoreModifyScores

/// 
///  
/// 
///  
///  
///  
///  / 
///  , 
///  ( json )
/// 
void CoreModifyScores(uint robot, uint qun, uint uin, int score, String op, String desc, Action callback)

클러스터 적분 로그 요약 조회:QueryScoreChange

/// 
///  
/// 
///  
///  
///  , 
///  
///  
///  (0 )
///  
/// 
void QueryScoreChange(uint robot, uint qun, String op, Int64 startTime, Int64 endTime, uint page, uint size, Action callback)

그룹 구성원 포인트 획득:CoreGetQunScores

/// 
///  
/// 
/// 
/// 
/// 
void CoreGetQunScores(uint robot, uint qun, Action callback)

모든 머신 구성원 포인트 획득: CoreGetQunScores

/// 
///  
/// 
/// 
/// 
void CoreGetQunScores(uint qun, Action callback)

QQ 총 포인트 조회:CoreGetQQScores

/// 
///  QQ 
/// 
/// 
/// 
/// 
void CoreGetQQScores(uint robot, uint uin, Action callback)

좋은 웹페이지 즐겨찾기