Skip to main content

NoticeResult

Data Structure

FINTLNoticeResult: Inherits from FINTLBaseResult and contains basic information.

Member Variable NameTypeExplanation
SeqIdFStringSequence ID
NoticeInfoListTArray<FINTLNoticeInfo>Notice List, refer to FINTLNoticeInfo structure

FINTLNoticeInfo: Structure of the notice, containing various notice information

Member Variable NameTypeExplanation
NoticeIdint32Notice ID
AppIdFStringSystem identifier for the sender
AppNoticeIdFStringNotice ID in the sender's system
Statusint32Notice Status
1: Published
StartTimeint32Start Effective Time
EndTimeint32End Effective Time
UpdateTimeint32Last Modified Notice Time
AreaListFStringInformation of the area to which the notice belongs. The business itself judges the current area for the player, deciding whether to display it.
PictureListTArray<FINTLNoticePicture>List of Pictures
ExtraDataFStringExpansion information to which the content belongs, configured by the business in the console, parsed for use
ContentListTArray<FINTLNoticeContent>List of contents belonging to the current notice

FINTLNoticeContent: Detailed description of notice content information

Member Variable NameTypeExplanation
ContentIdint32Content Identifier in Player Network SDK system
AppContentIdFStringContent Identifier in sender's system
TitleFStringContent Title
ContentFStringText Content
LangTypeFStringContent Language Type
UpdateTimeint32Update Time
ExtraDataFStringExpansion information to which the content belongs, configured by the business in the console, parsed for use
PictureListTArray<FINTLNoticePicture>List of Pictures

FINTLNoticePicture: Detailed description of notice picture link address

Member Variable NameTypeExplanation
UrlFStringPicture Link
HashFStringPicture Hash
RedirectUrlFStringPicture redirect URL

ExtraData's extra_reserved

NameTypeRemark
AuthorstringNews > Basic Information > Author [News Example]
CategoryStringNotice > Noticeboard Notice > Basic Information > Notice Category [Noticeboard Example]
CreateTypeintNotice Type
1: Pre-login Notice
2: Post-login Notice
3: Noticeboard Notice
4: Custom Notice
[Pre-login Example] [Post-login Example] [Noticeboard Example]
IsOpenServiceintNotice > Pre-login Notice > Basic Information > Pre-service Opening > Yes (1)/No (0) [Pre-login Example]
IsTopingboolNews > Basic Information > Pinned > Yes (true)/No (false) [News Example]
KeywordstringNews > Basic Information > Keyword [News Example]
SortintNotice > Post-login Notice / Noticeboard Notice > Order [Post-login Example] [Noticeboard Example]
TopEndstringNews > Basic Information > Pin End Time [News Example]
TopStartstringNews > Basic Information > Pin Start Time [News Example]
DefaultLanguagestringSet as Default Language
ExtraData:
{
"extra_reserved":"{\"Author\":\"\",\"Category\":\"\",\"CreateType\":\"4\",\"IsOpenService\":\"0\",\"IsToping\":false,\"Keyword\":\"\",\"Sort\":\"\",\"TopEnd\":\"2000-01-01 00:00:01\",\"TopStart\":\"2000-01-01 00:00:01\"}"
}
News Example

Image: News Example

Pre-login Notice Example

Image: Before Login Example

Post-login Notice Example

Image: After Login Example

Noticeboard Notice Example

Image: Notice Board Example