Skip to main content

NoticeResult

Data structure

FINTLNoticeResult: Inherited from FINTLBaseResult, includes basic information

Member variable nameTypeDescription
SeqIdFStringSequence ID
NoticeInfoListTArray<FINTLNoticeInfo>Notice list, see FINTLNoticeInfo body

FINTLNoticeInfo: Notice body, which includes various notice information

Member Variable NameTypeDescription
NoticeIdint32Notice ID
AppIdFStringID of the notice push system.
AppNoticeIdFStringID of the notice in the push side system
Statusint32Notice status
1: Released
StartTimeint32Validity start time
EndTimeint32Validity end time
UpdateTimeint32Last modification date of notification
AreaListFStringInformation for the notification's game server. Tthe game team independently determines the player's game server and decides whether to display this parameter.
PictureListTArray<FINTLNoticePicture>Image list
ExtraDataFStringNotice's extended information, configured by the game team on the admin console and independently parsed
ContentListTArray<FINTLNoticeContent>The content list of this notification

FINTLNoticeContent: Detailed notice content

Member Variable NameTypeDescription
ContentIdint32ID of this content in the Player Network SDK system
AppContentIdFStringID of this content in the push side system
TitleFStringContent title
ContentFStringText content
LangTypeFStringContent language type
UpdateTimeint32Content update time
ExtraDataFStringExtended information of the content, configured by the game team on the admin console and independently parsed
PictureListTArray<FINTLNoticePicture>Image list

FINTLNoticePicture: Detailed notice image URL

Member Variable NameTypeDescription
UrlFStringImage link
HashFStringImage hash
RedirectUrlFStringImage redirect address

extra_reserved from ExtraData

NameTypeRemark
AuthorstringNews > Basic Info > Author [News example]
CategorystringNotices > Notice Bar Notices > Basic Info > Notice Types [Notice bar notice example]
CreateTypeintNotice type
1: Pre-login notice
2: Post-login notice
3: Notice bar notice
4: Custom notice
[Pre-login notice example] [Post-login notice example] [Notice bar notice example]
IsOpenServiceintNotices > Pre-login Notices > Basic Information > Before Server Start > Yes (1)/No (0) [[Pre-login notice example]
IsTopingboolNews > Basic Info > Pin to Top > Yes (true)/No (false) [News example]
KeywordstringNews > Basic Info > Keywords [News example]
SortintNotices > Post-login Notices / Notice Bar Notices > Order [Post-login notice example] [Notice bar notice example]
TopEndstringNews > Basic Info > Pin End Time [News example]
TopStartstringNews > Basic Info > Pin Start Time [News example]
DefaultLanguagestringSets 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: Pre-login example

Post-login notice example

Image: Post-login example

Notice bar notice example

Image: Notice bar notice example