My Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PlayFab.PlayFabLocalizationInstanceAPI Class Reference

The Localization APIs give you the tools needed to manage language setup in your title. More...

Inheritance diagram for PlayFab.PlayFabLocalizationInstanceAPI:
PlayFab.SharedModels.IPlayFabInstanceApi

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
 

Detailed Description

The Localization APIs give you the tools needed to manage language setup in your title.


The documentation for this class was generated from the following file: