nn::nex::SubscriberPostContentParam::SetTopic Member Function

Syntax

void SetTopic(
     const qVector< String > & topics
);

Parameters

Name Description
in topics Post topic.

Return Values

None.

Description

Sets multiple topics to post content to.

Specify a topic string with the format "r/reserved topic number". Specify an integer from 0 to (NUM_RESERVED_TOPICS - 1) for the reserved topic number. Use the SubscriberUtil::ReservedTopicNumToTopicString function to create a reserved topic number from a topic string. At least one topic must be specified. The initial value is empty.

Revision History

2014/09/12
Initial version.

CONFIDENTIAL