Skip to main content

GUANoticeResult

Data Structures

GUANoticeRet: Notice callback information, inherits from GUABaseResult, which includes basic information.

ParameterTypeDescription
ReqIDstringRequest notice serial no.
NoticeInfoListList<GUANoticeInfo>Notice list, see the GUANoticeInfo body

GUANoticeInfo: Notice body which includes various notice information.

ParameterTypeDescription
NoticeIdintNotice ID
BeginTimeintStart time
EndTimeintEnd time
UpdateTimeintUpdate time
PictureListList<GUANoticePictureInfo>Image list
AppId
[Player Network SDK Only]
stringID of the notice push system. If the content is pushed from Tencent Cloud, the app ID is Tencent Cloud.
AppNoticeId
[Player Network SDK Only]
stringID of the notice in the push system
Status
[Player Network SDK Only]
intNotice status
1: Released
AreaList
[Player Network SDK Only]
stringInformation for the notice's game server. The game independently determines the player's game server and decides whether to display this.
ContentList
[Player Network SDK Only]
List<GUANoticeTextInfo>Content list of the current notice
ExtraData
[Player Network SDK Only]
stringNotice's extended information, configured by the game on the admin site and independently parsed
NoticeType
[MSDK Only]
intNotice type
1000~1999: pre-login announcement
2000~2999: Announcement after login
NoticeGroup
[MSDK Only]
stringNotice group: game customization
Order
[MSDK Only]
intorder
ContentType
[MSDK Only]
intNotice content type
1: text
2: image
3: web
Language
[MSDK Only]
stringNotice content language
TextInfo
[MSDK Only]
GUANoticeTextInfoNotice content, see GUANoticeTextInfo.
WebUrl
[MSDK Only]
stringWeb page announcement link

GUANoticeTextInfo: Notice content

ParameterTypeDescription
NoticeTitlestringNotice title
NoticeContentstringNotice text content
ContentId
[Player Network SDK Only]
intID of this content in the Player Network SDK system
AppContentId
[Player Network SDK Only]
stringID of this content in the push system
Language
[Player Network SDK Only]
stringNotice language type
UpdateTime
[Player Network SDK Only]
intNotice update time
ExtraData
[Player Network SDK Only]
stringNotice's extended information, configured by the game on the admin site and independently parsed
PictureList
[Player Network SDK Only]
List<GUANoticePictureInfo>Image list
NoticeRedirectUrl
[MSDK Only]
stringRedirected url

GUANoticePictureInfo: Notice image

ParameterTypeDescription
NoticePicUrlstringImage address
NoticePicHashcodestringImage hash code
NoticePicRedirectUrl
[Player Network SDK Only]
stringImage redirect URL
ExtraData
[Player Network SDK Only]
stringAdditional information for the image
NoticePicTitle
[MSDK Only]
stringImage title
NoticePicSize
[MSDK Only]
stringImage size
ScreenDir
[MSDK Only]
stringScreen orientation
0: unknown
1: partrial
2: landscape