qBool Unfollow( ProtocolCallContext * pContext, const qVector< String > & topics ); qBool Unfollow( ProtocolCallContext * pContext, const String & topic );
Unfollow ( ProtocolCallContext *, const qVector< String > & ) | Unfollows several topics. |
Unfollow ( ProtocolCallContext *, const String & ) | Unfollows a single topic. |
The following results may be returned as a result of asynchronous operation. Pass errors to the Error/EULA applet. Errors must be removed during debugging.
QERROR(Subscriber, InvalidArgument)
: No topics have been specified. Invalid topic format.QERROR(Subscriber, OverLimit)
: The reserved topic number exceeds SubscriberConstants::NUM_RESERVED_TOPICS
.
The following results may be returned as a result of asynchronous operation. Pass errors to the Error/EULA applet. Errors must be removed during debugging.
QERROR(Subscriber, InvalidArgument)
: Invalid topic format. QERROR(Subscriber, OverLimit)
: The reserved topic number exceeds SubscriberConstants::NUM_RESERVED_TOPICS
.
CONFIDENTIAL