Méthode | Description | |
---|---|---|
Accept ( int offer_uid ) : bool |
Accept friend offer
|
|
Close ( ) : bool |
Close your offer from friends
|
|
DeleteResponses ( string offer_uids ) : bool |
Delete offer responses from friends
|
|
Edit ( string message ) : bool |
Edit your own offer message
|
|
Get ( string userIds ) : List |
Get offer of current user
|
|
GetInboundResponses ( int count, int offset ) : List |
|
|
GetOutboundResponses ( int count, int offset ) : List |
|
|
OffersFactory ( ApiManager manager ) : System |
Constructor
|
|
Open ( ) : bool |
Open to public your friends
|
|
Refuse ( int offer_uid ) : bool |
Refuse friend offer
|
|
SetResponseViewed ( string offer_uids ) : bool |
Sets responses to your offer as viewed
|
Méthode | Description | |
---|---|---|
buildFriendsEntryList ( |
||
buildFriendsInboundResponsesEntryList ( |
||
buildFriendsOutboundResponsesEntryList ( |
public Accept ( int offer_uid ) : bool | ||
offer_uid | int | friend id to accept offer |
Résultat | bool |
public DeleteResponses ( string offer_uids ) : bool | ||
offer_uids | string | friends ids to delete responses |
Résultat | bool |
public Edit ( string message ) : bool | ||
message | string | offer message |
Résultat | bool |
public Get ( string userIds ) : List |
||
userIds | string | is set, returns user friends offers. specify user ids as comma-separated |
Résultat | List |
public GetInboundResponses ( int count, int offset ) : List |
||
count | int | |
offset | int | |
Résultat | List |
public GetOutboundResponses ( int count, int offset ) : List |
||
count | int | |
offset | int | |
Résultat | List |
public OffersFactory ( ApiManager manager ) : System | ||
manager | ApiManager | ApiManager instance |
Résultat | System |
public Refuse ( int offer_uid ) : bool | ||
offer_uid | int | friend id to refuse |
Résultat | bool |
public SetResponseViewed ( string offer_uids ) : bool | ||
offer_uids | string | comma-separated user id's, thats answers are viewed |
Résultat | bool |