This package is a library that enables you to use the Miiverse features from your applications. To use this library, also refer to CTR Planning and Operations Manual: Miiverse.
The following development environment is required to run this package.
This package is confirmed to run with the following versions of the development environment.
After extracting this package, overwrite the existing CTR_SDK
directory with the CTR_SDK
directory in this package and overwrite the existing SampleDemos
directory with the SampleDemos
directory in this package.
Link to the following header files and libraries to include these libraries in an application.
nn/olv.h
libnn_olv
libnn_enc
None.
nn::olv::Resume
function)nn::olv::DownloadUserDataList
function)nn::olv::UploadFollowToUserData
function)nn::olv::UploadCommunityDataParam::SetCommentTextMaxLength
function)nn::olv::UploadCommunityDataParam::SetPostTextMaxLength
function)nn::olv::DownloadedPostData
class has been reduced in size.nn::olv::DownloadedCommentData
class has been reduced in size.nn::olv::DownloadedPostData::GetBodyMemo
function now returns a void
type value.nn::olv::DownloadedCommentData::GetBodyMemo
function now returns a void
type value.nn::olv::StartPortalAppParam
class.nn::olv::StartPortalAppParam::SetPostId
function no longer copies the buffer contents inside the class when it is called, and instead references the buffer address that was specified when the nn::olv::StartPortalApp
function was called.nn::olv::StartPortalAppParam::SetTopicTag
function no longer copies the buffer contents inside the class when it is called, and instead references the buffer address that was specified when the nn::olv::StartPortalApp
function was called.nn::olv::StartPortalAppParam::GetWorkSize
function no longer returns a fixed value and instead adjusts the value to an appropriate size according to the parameter set in the class instance.nn::olv::UploadCommentData
function).nn::olv::DownloadCommentDataList
function).nn::olv::UploadCommunityData
function).nn::olv::UploadFavoriteToCommunityData
function).nn::olv::StartPortalAppParam::SetTopicTag
function is only enabled when MODE_START_COMMUNITY
is specified for the nn::olv::StartPortalAppParam::SetMode
function.nn::olv::UploadPostDataParam::SetBodyTextMaxLength
and nn::olv::DownloadPostDataListParam::SetBodyTextMaxLength
functions, increasing the number of characters that can be sent or received in text to a maximum of 255 characters.nn::olv::UploadPostDataParam::GetWorkSize
function, and changed it so that the size is calculated based on the parameters set in the class instance.nn::olv::UploadPostDataParam::SetExternalThumbnailImageData
function, and added the nn::olv::SetExternalImageData
which simultaneously sets attachment image data and attachment thumbnail image data.nn::olv::DownloadCommunityDataListParam::GetWorkSize
function, and changed it so that the size is returned as a fixed value.nnmiiStoreData
now use nn::mii::StoreData
.CONFIDENTIAL