메소드 | 설명 | |
---|---|---|
ActivityFactory ( ApiManager manager ) : System | ||
Get ( int userId ) : |
Gets the current activity
|
|
GetHistory ( int userId ) : List |
Gets the activity history for current user or friend
|
|
Set ( string message ) : int |
Sets the current user activity
|
메소드 | 설명 | |
---|---|---|
buildEntryList ( |
public ActivityFactory ( ApiManager manager ) : System | ||
manager | ApiManager | |
리턴 | System |
public Get ( int userId ) : |
||
userId | int | if null - current user activity was been returned, if specified - friend activity was been returned |
리턴 |
public GetHistory ( int userId ) : List |
||
userId | int | if null - current user history was been returned, if specified - friend history was been returned |
리턴 | List |