Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
buildEntryList ( |
public ActivityFactory ( ApiManager manager ) : System | ||
manager | ApiManager | |
return | System |
public Get ( int userId ) : |
||
userId | int | if null - current user activity was been returned, if specified - friend activity was been returned |
return |
public GetHistory ( int userId ) : List |
||
userId | int | if null - current user history was been returned, if specified - friend history was been returned |
return | List |