nn::nex::SubscriberClient Class

Syntax

class SubscriberClient : public nn::nex::ServiceClient

Description

The class for using subscriber features.

Member Functions

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.)

Class Hierarchy

nn::nex::RootObject
  nn::nex::ServiceClient
    nn::nex::SubscriberClient

Revision History

2014/09/12
Initial version.

CONFIDENTIAL