My Project
|
The Localization APIs give you the tools needed to manage language setup in your title. More...
Public Member Functions | |
PlayFabLocalizationInstanceAPI (PlayFabAuthenticationContext context) | |
PlayFabLocalizationInstanceAPI (PlayFabApiSettings settings, PlayFabAuthenticationContext context) | |
bool | IsEntityLoggedIn () |
Verify entity login. | |
void | ForgetAllCredentials () |
Clear the Client SessionToken which allows this Client to call API calls requiring login. A new/fresh login will be required after calling this. | |
void | GetLanguageList (GetLanguageListRequest request, Action< GetLanguageListResponse > resultCallback, Action< PlayFabError > errorCallback, object customData=null, Dictionary< string, string > extraHeaders=null) |
Retrieves the list of allowed languages, only accessible by title entities. | |
Public Attributes | |
readonly PlayFabApiSettings | apiSettings = null |
readonly PlayFabAuthenticationContext | authenticationContext = null |
The Localization APIs give you the tools needed to manage language setup in your title.