Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetLanguageListRequestModel ¶
type GetLanguageListRequestModel struct { // CustomTags the optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). CustomTags map[string]string `json:"CustomTags,omitempty"` }
GetLanguageListRequest
type GetLanguageListResponseModel ¶
type GetLanguageListResponseModel struct { // LanguageList the list of allowed languages, in BCP47 two-letter format LanguageList []string `json:"LanguageList,omitempty"` }
GetLanguageListResponse
func GetLanguageList ¶
func GetLanguageList(settings *playfab.Settings, postData *GetLanguageListRequestModel, entityToken string) (*GetLanguageListResponseModel, error)
GetLanguageList retrieves the list of allowed languages, only accessible by title entities https://api.playfab.com/Documentation/Localization/method/GetLanguageList
Click to show internal directories.
Click to hide internal directories.