BMXRosterServiceProtocol Protocol Reference
Conforms to NSObject
Declared in floo_proxy.h
Overview
@protocol Roster service listener
Instance Methods
friendAddedSponsorId:recipientId:
Friend added
- (void)friendAddedSponsorId:(long long)*sponsorId* recipientId:(long long)*recipientId*
Parameters
sponsorId
recipientId
Declared In
floo_proxy.h
friendAddedtoBlockListSponsorId:recipientId:
Blocked a user
- (void)friendAddedtoBlockListSponsorId:(long long)*sponsorId* recipientId:(long long)*recipientId*
Parameters
sponsorId
recipientId
Declared In
floo_proxy.h
friendDidApplicationAcceptedFromSponsorId:recipientId:
Friend request accepted
- (void)friendDidApplicationAcceptedFromSponsorId:(long long)*sponsorId* recipientId:(long long)*recipientId*
Parameters
sponsorId
recipientId
Declared In
floo_proxy.h
friendDidApplicationDeclinedFromSponsorId:recipientId:reson:
Friend request declined
- (void)friendDidApplicationDeclinedFromSponsorId:(long long)*sponsorId* recipientId:(long long)*recipientId* reson:(NSString *)*reason*
Parameters
sponsorId
recipientId
reason
Declared In
floo_proxy.h
friendDidRecivedAppliedSponsorId:recipientId:message:
Received a friend request
- (void)friendDidRecivedAppliedSponsorId:(long long)*sponsorId* recipientId:(long long)*recipientId* message:(NSString *)*message*
Parameters
sponsorId
recipientId
message
Declared In
floo_proxy.h
friendRemovedFromBlockListSponsorId:recipientId:
Unblocked a user
- (void)friendRemovedFromBlockListSponsorId:(long long)*sponsorId* recipientId:(long long)*recipientId*
Parameters
sponsorId
recipientId
Declared In
floo_proxy.h
friendRemovedSponsorId:recipientId:
A friend removed
- (void)friendRemovedSponsorId:(long long)*sponsorId* recipientId:(long long)*recipientId*
Parameters
sponsorId
recipientId
Declared In
floo_proxy.h
rosterInfoDidUpdate:
Roster item information updated
- (void)rosterInfoDidUpdate:(BMXRosterItem *)*roster*
Discussion
Declared In
floo_proxy.h
Example: