nn::nex::SubscriberGetTimelineParam::SetSize Member Function

Syntax

void SetSize(
     qUnsignedInt32 size
);

Parameters

Name Description
in size The maximum number of pieces of content to get.

Return Values

None.

Description

Sets the maximum number of pieces of content to get.

The initial value is 20. Up to SubscriberConstants::MAX_TIMELINE_CONTENT_SIZE pieces of content can be stored in a single timeline. As a result, only SubscriberConstants::MAX_TIMELINE_CONTENT_SIZE pieces of content will be retrieved even if you specify a value larger than SubscriberConstants::MAX_TIMELINE_CONTENT_SIZE.

Revision History

2014/09/12
Initial version.

CONFIDENTIAL