class SubscriberClient : public nn::nex::ServiceClient
The class for using subscriber features.
V | Bind | Registers a certificate for using this service. |
---|---|---|
V | Unbind | Unregisters a certificate. |
PostContent | Posts content to a topic. | |
GetContent | Gets the content posted in a topic. | |
Follow | Follows several topics. | |
Unfollow | Unfollows several topics. | |
UnfollowAll | Unfollows all topics the user is currently following. | |
UnfollowAllAndFollow | Unfollows all topics the user is currently following and refollows the specified topics. | |
GetFollowing | Gets the topics that the user with the specified principal ID is following. | |
GetFollower | Gets the principal IDs of the users following the specified topic. | |
GetNumFollowers | Gets the number of users following the specified topic. | |
GetTimeline | Gets the timeline. | |
DeleteContent | Deletes content. | |
GetCredentials | Gets the Credentials object that has been bound using the Bind function.(Inherits ServiceClient .) |
nn::nex::RootObject
nn::nex::ServiceClient
nn::nex::SubscriberClient
CONFIDENTIAL