nn::nex::DataStorePreparePostParam::AddRatingSetting Member Function

Syntax

qBool AddRatingSetting(
     qInt8 slot,
     const DataStoreRatingInitParam & ratingInitParam
);

Parameters

Name Description
slot
ratingInitParam

Return Values



Value Description
true Added successfully.
false Failed because an element had the same slot number.

Description

Adds one rating slot.

This parameter specification is not required. Although the default is no specification, always initialize settings when using the rating feature.

The settings are retained for rating slots that already exist, and the specified values are added.

Revision History

2013/12/24
Initial version.

CONFIDENTIAL